From e4c4ad96f5c8f046b7b1e9eb1c9fc9f2debe7478 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sat, 24 Dec 2011 12:48:04 +0000 Subject: [PATCH] Fixed Sevenwinds (warm wind) and Miracle from being dispellable, bugreport:4889 git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15240 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/skill.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/map/skill.c b/src/map/skill.c index b8a4a347a7..d4fadd76ed 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -5505,7 +5505,8 @@ int skill_castend_nodamage_id (struct block_list *src, struct block_list *bl, in case SC_DRUMBATTLE: case SC_NIBELUNGEN: case SC_ROKISWEIL: case SC_INTOABYSS: case SC_SIEGFRIED: case SC_FOOD_STR_CASH: case SC_FOOD_AGI_CASH: case SC_FOOD_VIT_CASH: case SC_FOOD_DEX_CASH: - case SC_FOOD_INT_CASH: case SC_FOOD_LUK_CASH: + case SC_FOOD_INT_CASH: case SC_FOOD_LUK_CASH: case SC_SEVENWIND: + case SC_MIRACLE: continue; /** * bugreport:4888 these songs may only be dispelled if you're not in their song area anymore