Changeset 178 for trunk/src/game/SpellEffects.cpp
- Timestamp:
- 11/19/08 13:43:40 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/SpellEffects.cpp
r174 r178 3577 3577 } 3578 3578 3579 // trigger 3580 if(m_spellInfo->Id == 40276) 3581 { 3582 EffectSummonWild(i); 3583 return; 3584 } 3585 3579 3586 // set timer for unsummon 3580 3587 int32 duration = GetSpellDuration(m_spellInfo);