Changeset 108 for trunk/src/game/SpellMgr.cpp
- Timestamp:
- 11/19/08 13:36:37 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/SpellMgr.cpp
r102 r108 1794 1794 } 1795 1795 1796 bool targetfound = false;1796 /*bool targetfound = false; 1797 1797 for(int i = 0; i <3; ++i) 1798 1798 { … … 1810 1810 sLog.outErrorDb("Table `spell_script_target`: spellId %u listed for TargetEntry %u does not have any implicit target TARGET_SCRIPT(38) or TARGET_SCRIPT_COORDINATES (46).",spellId,targetEntry); 1811 1811 continue; 1812 } 1812 }*/ 1813 1813 1814 1814 if( type >= MAX_SPELL_TARGET_TYPE )