summaryrefslogtreecommitdiff
path: root/src/map/skill.c
diff options
context:
space:
mode:
authorshennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-03-28 04:42:45 +0000
committershennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-03-28 04:42:45 +0000
commit4822e68c6c9d68147c7877e3325e3b5ea2c112c1 (patch)
tree5d5dcc77f010442afe5e0086a75dca7a805618de /src/map/skill.c
parentbaabe7950fb4957e8d6fdc9159058eb2fef4c198 (diff)
downloadhercules-4822e68c6c9d68147c7877e3325e3b5ea2c112c1.tar.gz
hercules-4822e68c6c9d68147c7877e3325e3b5ea2c112c1.tar.bz2
hercules-4822e68c6c9d68147c7877e3325e3b5ea2c112c1.tar.xz
hercules-4822e68c6c9d68147c7877e3325e3b5ea2c112c1.zip
Fixed bugreport:5249 (Lighta's post in the bottom), Priest's status recovery now removes white imprison successfully
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15809 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.c')
-rw-r--r--src/map/skill.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/skill.c b/src/map/skill.c
index 6ce93344e..97e128ec8 100644
--- a/src/map/skill.c
+++ b/src/map/skill.c
@@ -5523,6 +5523,7 @@ int skill_castend_nodamage_id (struct block_list *src, struct block_list *bl, in
status_change_end(bl, SC_STONE, INVALID_TIMER);
status_change_end(bl, SC_SLEEP, INVALID_TIMER);
status_change_end(bl, SC_STUN, INVALID_TIMER);
+ status_change_end(bl, SC_WHITEIMPRISON, INVALID_TIMER);
}
//Is this equation really right? It looks so... special.
if(battle_check_undead(tstatus->race,tstatus->def_ele))