Changeset 145 for trunk/src/game/SpellEffects.cpp
- Timestamp:
- 11/19/08 13:40:25 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/SpellEffects.cpp
r144 r145 1979 1979 } 1980 1980 // Init dest coordinates 1981 uint32 mapid = m_targets.m_mapId; 1981 int32 mapid = m_targets.m_mapId; 1982 if(mapid < 0) mapid = (int32)unitTarget->GetMapId(); 1982 1983 float x = m_targets.m_destX; 1983 1984 float y = m_targets.m_destY;