Changeset 227 for trunk/src/game
- Timestamp:
- 11/19/08 13:48:19 (17 years ago)
- Files:
-
- 1 modified
-
trunk/src/game/SpellEffects.cpp (modified) (1 diff)
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
![(please configure the [header_logo] section in trac.ini)](/TrinityCore/trac.cgi/chrome/site/your_project_logo.png)