summaryrefslogtreecommitdiff
path: root/src/map/homunculus.h
diff options
context:
space:
mode:
authoreathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-01-17 06:47:30 +0000
committereathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-01-17 06:47:30 +0000
commitc5460b307a161cc0ff7209e04d278ff8ed131ba6 (patch)
tree342e2ff06d771284badaca12b003d72e077f76c1 /src/map/homunculus.h
parentb965f8dd85d0b0ea5e3fb512fc7b81d5b0a5eeea (diff)
downloadhercules-c5460b307a161cc0ff7209e04d278ff8ed131ba6.tar.gz
hercules-c5460b307a161cc0ff7209e04d278ff8ed131ba6.tar.bz2
hercules-c5460b307a161cc0ff7209e04d278ff8ed131ba6.tar.xz
hercules-c5460b307a161cc0ff7209e04d278ff8ed131ba6.zip
* Merged changes up to eAthena 15058.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15476 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/homunculus.h')
-rw-r--r--src/map/homunculus.h7
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 {