Changeset 178 for trunk/src/game/Object.cpp
- Timestamp:
- 11/19/08 13:43:40 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Object.cpp
r174 r178 1487 1487 if(GetTypeId() == TYPEID_UNIT || GetTypeId() == TYPEID_PLAYER) 1488 1488 pCreature->setFaction(((Unit*)this)->getFaction()); 1489 pCreature->CastSpell(pCreature, pCreature->m_spells[0], true, 0, 0, GetGUID());1489 pCreature->CastSpell(pCreature, pCreature->m_spells[0], false, 0, 0, GetGUID()); 1490 1490 } 1491 1491