Browse Source

Follow up https://github.com/rathena/rathena/commit/6e8599cd5b161168e1ad5b8c23a8db2a7572d841

Corrected wrong eq num

Thanks to @teededung !
Atemo 6 years ago
parent
commit
6b19b72def
1 changed files with 1 additions and 1 deletions
  1. 1 1
      npc/re/merchants/OldGlastHeim_merchants.txt

+ 1 - 1
npc/re/merchants/OldGlastHeim_merchants.txt

@@ -236,7 +236,7 @@ glast_01,212,273,4	script	Hugin's magic master#pa0829	1_F_01,{
 		delitem 6608,.@cost;// Coagulated_Spell
 
 		// anti-hack
-		if (callfunc("F_IsEquipIDHack", .@part, .@equip_id) || callfunc("F_IsEquipCardHack", .@part, .@equip_card[0], .@equip_card[1], .@equip_card[2], .@equip_card[3]) || callfunc("F_IsEquipRefineHack", .@part, .@equip_refine))
+		if (callfunc("F_IsEquipIDHack", EQI_SHOES, .@equip_id) || callfunc("F_IsEquipCardHack", EQI_SHOES, .@equip_card[0], .@equip_card[1], .@equip_card[2], .@equip_card[3]) || callfunc("F_IsEquipRefineHack", EQI_SHOES, .@equip_refine))
 			close;
 
 		delequip EQI_SHOES;