diff options
author | xantara <xantara@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-23 05:13:59 +0000 |
---|---|---|
committer | xantara <xantara@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-23 05:13:59 +0000 |
commit | e8f32370d3ce62dd46af7a21ecfb49f83a404aea (patch) | |
tree | 429bae5464ba5cbabeabf52091c1853564692f7c /src/map/homunculus.h | |
parent | 8756ba5d50270bbad6ad7065a05a1329ef86878b (diff) | |
download | hercules-e8f32370d3ce62dd46af7a21ecfb49f83a404aea.tar.gz hercules-e8f32370d3ce62dd46af7a21ecfb49f83a404aea.tar.bz2 hercules-e8f32370d3ce62dd46af7a21ecfb49f83a404aea.tar.xz hercules-e8f32370d3ce62dd46af7a21ecfb49f83a404aea.zip |
` Added renaming support for the remaining 'ragnarok' tables in the inter_athena.conf file - bugreport:3317
-- Includes: homunculus, skill_homunculus, mercenary, mercenary_owner, ragsrvinfo
` Fixed a typo regarding the homunculus_db
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15508 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/homunculus.h')
-rw-r--r-- | src/map/homunculus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/homunculus.h b/src/map/homunculus.h index 6ec5e76d5..47f874588 100644 --- a/src/map/homunculus.h +++ b/src/map/homunculus.h @@ -22,7 +22,7 @@ struct s_homunculus_db { unsigned char element, race, base_size, evo_size; }; -extern struct s_homunculus_db homuncumlus_db[MAX_HOMUNCULUS_CLASS]; +extern struct s_homunculus_db homunculus_db[MAX_HOMUNCULUS_CLASS]; enum { HOMUNCULUS_CLASS, HOMUNCULUS_FOOD }; enum { |