Changeset 200 for trunk/src/game/PetHandler.cpp
- Timestamp:
- 11/19/08 13:45:43 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/PetHandler.cpp
r191 r200 79 79 { 80 80 case ACT_COMMAND: //0x0700 81 // Possessed pets are only able to attack 82 if (pet->isPossessed() && spellid != COMMAND_ATTACK) 83 return; 84 81 85 switch(spellid) 82 86 {