summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-19 15:25:28 +0000
committerLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-19 15:25:28 +0000
commit9e3fbfa0e80cf09bc47c841134bda8bdd898df43 (patch)
tree8ed0ad76d386fc45e60862aec89e10c94530bc69 /src
parentd6aa899bd3508d34b569f5745afb08fe97593b20 (diff)
downloadhercules-9e3fbfa0e80cf09bc47c841134bda8bdd898df43.tar.gz
hercules-9e3fbfa0e80cf09bc47c841134bda8bdd898df43.tar.bz2
hercules-9e3fbfa0e80cf09bc47c841134bda8bdd898df43.tar.xz
hercules-9e3fbfa0e80cf09bc47c841134bda8bdd898df43.zip
Reverting my change.. lalala
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7252 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src')
-rw-r--r--src/map/status.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/map/status.c b/src/map/status.c
index 3452c2a5d..9d384bac6 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -4107,9 +4107,6 @@ int status_change_start(struct block_list *bl,int type,int rate,int val1,int val
case SC_STUN:
if (sc->opt1)
return 0; //Cannot override other opt1 status changes. [Skotlex]
- // Cancel all casting upon sleep/stun/freeze/stone [Lance]
- // http://www.eathena.ws/board/index.php?showtopic=102679
- unit_skillcastcancel(bl, 0);
break;
case SC_CURSE:
//Dark Elementals are inmune to curse.