diff options
-rw-r--r-- | src/map/skill.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/skill.c b/src/map/skill.c index b8a4a347a..d4fadd76e 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 |