diff options
author | lordttseven <lordttseven@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-03-15 10:33:24 +0000 |
---|---|---|
committer | lordttseven <lordttseven@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-03-15 10:33:24 +0000 |
commit | b7fd38cade293e05669b5c598553f02762123d1f (patch) | |
tree | 72a91d956ca93151449682571f2f5735b06c4ca5 | |
parent | daeecf3bd0bdb54f43f8aedee98a7c8c68a56992 (diff) | |
download | hercules-b7fd38cade293e05669b5c598553f02762123d1f.tar.gz hercules-b7fd38cade293e05669b5c598553f02762123d1f.tar.bz2 hercules-b7fd38cade293e05669b5c598553f02762123d1f.tar.xz hercules-b7fd38cade293e05669b5c598553f02762123d1f.zip |
* fixed SC_BURNING not ending properly
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15689 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | src/map/status.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c index fd5c3b27b..22e7fd0ea 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -8142,7 +8142,6 @@ int status_change_end_(struct block_list* bl, enum sc_type type, int tid, const case SC_FREEZE: case SC_STUN: case SC_SLEEP: - case SC_BURNING: if (sce->val1) { //Removing the 'level' shouldn't affect anything in the code //since these SC are not affected by it, and it lets us know |