summaryrefslogtreecommitdiff
path: root/src/map/mob.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-11 20:21:17 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-11 20:21:17 +0000
commitf5ee813da23e1a27a545086be3592803710a37f4 (patch)
treedc5d5eea40c7085434f3be516d55d89dc53d8e03 /src/map/mob.c
parent792dfbb243bcbeee644bd096b7bd925a1e5c1e74 (diff)
downloadhercules-f5ee813da23e1a27a545086be3592803710a37f4.tar.gz
hercules-f5ee813da23e1a27a545086be3592803710a37f4.tar.bz2
hercules-f5ee813da23e1a27a545086be3592803710a37f4.tar.xz
hercules-f5ee813da23e1a27a545086be3592803710a37f4.zip
- Fixed mob.c compilation...
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7618 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/mob.c')
-rw-r--r--src/map/mob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mob.c b/src/map/mob.c
index ead808d70..147b424cd 100644
--- a/src/map/mob.c
+++ b/src/map/mob.c
@@ -3976,7 +3976,7 @@ static int mob_read_sqldb(void)
break;
case IT_WEAPON:
case IT_ARMOR:
- case IT_PETEQUIP: // Changed to include Pet Equip
+ case IT_PETARMOR: // Changed to include Pet Equip
if (status->mode&MD_BOSS)
rate_adjust = battle_config.item_rate_equip_boss;
else