diff options
author | malufett <malufett.eat.my.binaries@gmail.com> | 2013-06-15 23:45:46 +0800 |
---|---|---|
committer | malufett <malufett.eat.my.binaries@gmail.com> | 2013-06-15 23:45:46 +0800 |
commit | 6fd440ea35cf2a084ffa434ee3c8f651b3259c60 (patch) | |
tree | 66cce4bc4bc76ad20dbac39531103c02ca165e96 /src/map/status.h | |
parent | 8fb06fb0d7d89b31204519bacd72ab078bb8480d (diff) | |
download | hercules-6fd440ea35cf2a084ffa434ee3c8f651b3259c60.tar.gz hercules-6fd440ea35cf2a084ffa434ee3c8f651b3259c60.tar.bz2 hercules-6fd440ea35cf2a084ffa434ee3c8f651b3259c60.tar.xz hercules-6fd440ea35cf2a084ffa434ee3c8f651b3259c60.zip |
Initial release for Monster Transformation Scrolls.(Thanks to Beret)
(http://hercules.ws/board/topic/1087-scroll-transform/)
Fixed Bug#7372
-where bows should not benefit matk bonus from upgrade. Thanks to Ryuuzaki
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h index 617cd9572..fbce95f17 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -671,6 +671,8 @@ typedef enum sc_type { SC_ALL_RIDING, SC_HANBOK, + SC_MONSTER_TRANSFORM, + SC_MAX, //Automatically updated max, used in for's to check we are within bounds. } sc_type; |