Changeset 229 for trunk/src/game/SpellMgr.h
- Timestamp:
- 11/19/08 13:48:34 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/SpellMgr.h
r219 r229 429 429 inline uint32 GetDispellMask(DispelType dispel) 430 430 { 431 // If dispel lall431 // If dispel all 432 432 if (dispel == DISPEL_ALL) 433 433 return DISPEL_ALL_MASK;