summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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