summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authormalufett <malufett.eat.my.binaries@gmail.com>2013-06-15 23:45:46 +0800
committerEuphy <euphy@rathena.org>2013-06-15 15:59:24 -0400
commitfaeb28eaa352c44c7a5ef07ecbe3457d4a205bd3 (patch)
tree58d4bb3eb99b38f62bb2a7554865b53337c69d7d /src/map/status.h
parentb56c5ea6afb10322e8120fb9b71269030af8d899 (diff)
downloadhercules-faeb28eaa352c44c7a5ef07ecbe3457d4a205bd3.tar.gz
hercules-faeb28eaa352c44c7a5ef07ecbe3457d4a205bd3.tar.bz2
hercules-faeb28eaa352c44c7a5ef07ecbe3457d4a205bd3.tar.xz
hercules-faeb28eaa352c44c7a5ef07ecbe3457d4a205bd3.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.h2
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;