diff options
author | malufett <malufett.eat.my.binaries@gmail.com> | 2013-06-28 09:51:58 -0700 |
---|---|---|
committer | malufett <malufett.eat.my.binaries@gmail.com> | 2013-06-28 09:51:58 -0700 |
commit | ce5085a000ee7babb05b9e6a86410e13a75d7606 (patch) | |
tree | 02010821095b55a8b889f955c2ac6edf1c14b9a4 /src/map/status.h | |
parent | 203e44e51c8cb133bf3fb20b372d16ea92be7667 (diff) | |
download | hercules-ce5085a000ee7babb05b9e6a86410e13a75d7606.tar.gz hercules-ce5085a000ee7babb05b9e6a86410e13a75d7606.tar.bz2 hercules-ce5085a000ee7babb05b9e6a86410e13a75d7606.tar.xz hercules-ce5085a000ee7babb05b9e6a86410e13a75d7606.zip |
Fixed Bug#6991
-Where cardfix is not working properly. Thanks Kyeme
Renewal Update:
-updated/completed mastery fix damage factor(skills and sc).
-initial implementation for new NPC skills
(note: not yet functional dbs not yet updated).
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.h b/src/map/status.h index a469dc71f..380b49879 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -462,7 +462,7 @@ typedef enum sc_type { * Sorcerer **/ SC_SPELLFIST, - SC_CRYSTALIZE, + SC_COLD, SC_STRIKING, SC_WARMER, SC_VACUUM_EXTREME, |