From ee188a13ba00b69dc0845fd7ea27d2768743ff0d Mon Sep 17 00:00:00 2001 From: Ibrahim Zidan Date: Wed, 27 Nov 2019 02:44:13 +0200 Subject: Fix Tarot Card breaking equipment on Garment and Shoe locations however on Aegis it only target Left Hand (Shield), Armor and Helm Signed-off-by: Ibrahim Zidan --- src/map/skill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map') diff --git a/src/map/skill.c b/src/map/skill.c index e2d76fb8b..74456d0a3 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -8463,7 +8463,7 @@ static int skill_castend_nodamage_id(struct block_list *src, struct block_list * status_fix_damage(src, bl, 1000, 0); clif->damage(src,bl,0,0,1000,0,BDT_NORMAL,0); if( !status->isdead(bl) ) { - int where[] = { EQP_ARMOR, EQP_SHIELD, EQP_HELM, EQP_SHOES, EQP_GARMENT }; + int where[] = {EQP_ARMOR, EQP_SHIELD, EQP_HELM}; skill->break_equip(bl, where[rnd() % ARRAYLENGTH(where)], 10000, BCT_ENEMY); } } -- cgit v1.2.3-60-g2f50