mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 09:26:36 +00:00
Add PetType petNone so IsCharmed stops lying
This commit is contained in:
+2
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user