Ver Fonte

- Fixed mob.c compilation...

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7618 54d463be-8e91-2dee-dedb-b68131a5f0ec
skotlex há 19 anos atrás
pai
commit
b29fb98681
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/map/mob.c

+ 1 - 1
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