Add PetType petNone so IsCharmed stops lying

This commit is contained in:
Michael Cook (mackal)
2015-05-29 13:18:04 -04:00
parent 8646791d1d
commit a41fd122bc
3 changed files with 9 additions and 4 deletions
+2 -1
View File
@@ -521,7 +521,8 @@ typedef enum {
petOther,
petCharmed,
petNPCFollow,
petTargetLock //remain active as long something is on the hatelist. Don't listen to any commands
petTargetLock, //remain active as long something is on the hatelist. Don't listen to any commands
petNone = 0xFF // not a pet
} PetType;
typedef enum {