diff options
Diffstat (limited to 'src/map/homunculus.h')
-rw-r--r-- | src/map/homunculus.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/map/homunculus.h b/src/map/homunculus.h index d4946da3c..6ec5e76d5 100644 --- a/src/map/homunculus.h +++ b/src/map/homunculus.h @@ -24,10 +24,11 @@ struct s_homunculus_db { extern struct s_homunculus_db homuncumlus_db[MAX_HOMUNCULUS_CLASS]; enum { HOMUNCULUS_CLASS, HOMUNCULUS_FOOD }; + enum { - SP_ACK = 0x00, - SP_INTIMATE = 0x100, - SP_HUNGRY = 0x200 + SP_ACK = 0x0, + SP_INTIMATE = 0x1, + SP_HUNGRY = 0x2, }; struct homun_data { |