Changeset 229 for trunk/src/game/SpellMgr.cpp
- Timestamp:
- 11/19/08 13:48:34 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/SpellMgr.cpp
r219 r229 486 486 if (!spellproto) return false; 487 487 488 // spells with at least one negative effect are considered negative488 // spells with at least one negative effect are considered negative 489 489 // some self-applied spells have negative effects but in self casting case negative check ignored. 490 490 for (int i = 0; i < 3; i++)