Changeset 138 for trunk/src/game/Object.cpp
- Timestamp:
- 11/19/08 13:39:38 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Object.cpp
r123 r138 1483 1483 ((Creature*)this)->AI()->JustSummoned(pCreature); 1484 1484 1485 if(pCreature->GetCreatureInfo()->flags_extra & CREATURE_FLAG_EXTRA_TRIGGER && pCreature->m_spells[0]) 1486 pCreature->CastSpell(pCreature, pCreature->m_spells[0], true, 0, 0, GetGUID()); 1487 1485 1488 //return the creature therewith the summoner has access to it 1486 1489 return pCreature;