diff options
author | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-14 11:38:57 +0000 |
---|---|---|
committer | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-14 11:38:57 +0000 |
commit | cea1dc1ec3418d6d12c260ea841046c5456bedda (patch) | |
tree | 9914c2af01e171503ed3859d61c73bc8e245133c | |
parent | 4c007393536cf8e2e2b8677f92e834b53a048276 (diff) | |
download | hercules-cea1dc1ec3418d6d12c260ea841046c5456bedda.tar.gz hercules-cea1dc1ec3418d6d12c260ea841046c5456bedda.tar.bz2 hercules-cea1dc1ec3418d6d12c260ea841046c5456bedda.tar.xz hercules-cea1dc1ec3418d6d12c260ea841046c5456bedda.zip |
Small Life Potion, Medium Life Potion and Regeneration Potion are no longer dispel-able, bugreport:4076
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15452 54d463be-8e91-2dee-dedb-b68131a5f0ec
-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 74adf02b6..1b42c0ab4 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -5734,7 +5734,8 @@ int skill_castend_nodamage_id (struct block_list *src, struct block_list *bl, in 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_SEVENWIND: - case SC_MIRACLE: + case SC_MIRACLE: case SC_S_LIFEPOTION: case SC_L_LIFEPOTION: + case SC_INCHEALRATE: continue; /** * bugreport:4888 these songs may only be dispelled if you're not in their song area anymore |