From 9b0f6db206ac0d5b9e905831050402c3ffed064c Mon Sep 17 00:00:00 2001 From: Playtester Date: Sun, 6 May 2007 09:11:48 +0000 Subject: * Fixed Converters not overwriting each other - thanks to scerez for the fix git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10490 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/skill.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/map/skill.c') diff --git a/src/map/skill.c b/src/map/skill.c index 813018852..7f0959f2f 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -9683,6 +9683,8 @@ int skill_enchant_elemental_end (struct block_list *bl, int type) status_change_end(bl, SC_SHADOWWEAPON, -1); if (type != SC_GHOSTWEAPON && sc->data[SC_GHOSTWEAPON].timer != -1) status_change_end(bl, SC_GHOSTWEAPON, -1); + if (type != SC_ENCHANTARMS && sc->data[SC_ENCHANTARMS].timer != -1) + status_change_end(bl, SC_ENCHANTARMS, -1); return 0; } -- cgit v1.2.3-60-g2f50