- Timestamp:
- 11/19/08 13:48:19 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/SpellEffects.cpp
r222 r227 1985 1985 float y = m_targets.m_destY; 1986 1986 float z = m_targets.m_destZ; 1987 float orientation = unitTarget->GetOrientation();1987 float orientation = m_targets.getUnitTarget() ? m_targets.getUnitTarget()->GetOrientation() : unitTarget->GetOrientation(); 1988 1988 sLog.outDebug("Spell::EffectTeleportUnits - teleport unit to %u %f %f %f\n", mapid, x, y, z); 1989 1989 // Teleport