Changeset 162 for trunk/src/game/SpellAuras.cpp
- Timestamp:
- 11/19/08 13:42:01 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/SpellAuras.cpp
r161 r162 1881 1881 } 1882 1882 } 1883 // All ok cast by default case 1883 m_target->CastSpell(target, triggredSpellInfo, true, 0, this, originalCasterGUID); 1884 /*// All ok cast by default case 1884 1885 Spell *spell = new Spell(m_target, triggredSpellInfo, true, originalCasterGUID ); 1885 1886 … … 1891 1892 targets.setDestination(dynObj->GetPositionX(),dynObj->GetPositionY(),dynObj->GetPositionZ()); 1892 1893 1893 spell->prepare(&targets, this); 1894 spell->prepare(&targets, this);*/ 1894 1895 } 1895 1896