Changeset 250 for trunk/src/game/Pet.h
- Timestamp:
- 11/19/08 13:50:41 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Pet.h
r206 r250 213 213 void _SaveSpells(); 214 214 215 bool addSpell(uint16 spell_id, uint16active = ACT_DECIDE, PetSpellState state = PETSPELL_NEW, uint16 slot_id=0xffff, PetSpellType type = PETSPELL_NORMAL);215 bool addSpell(uint16 spell_id, ActiveStates active = ACT_DECIDE, PetSpellState state = PETSPELL_NEW, uint16 slot_id=0xffff, PetSpellType type = PETSPELL_NORMAL); 216 216 bool learnSpell(uint16 spell_id); 217 217 void removeSpell(uint16 spell_id);