diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-20 15:55:16 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-20 15:55:16 +0800 |
commit | aa9fc88745e8e0956ac1396f385a039973a58ef4 (patch) | |
tree | 6fa5d64d3920698d0d6ac20fd911f8d727065cf9 /src/map/status.h | |
parent | ce1364f9b51e76b3bfb0fbe3bdccf898cd5ca852 (diff) | |
download | hercules-aa9fc88745e8e0956ac1396f385a039973a58ef4.tar.gz hercules-aa9fc88745e8e0956ac1396f385a039973a58ef4.tar.bz2 hercules-aa9fc88745e8e0956ac1396f385a039973a58ef4.tar.xz hercules-aa9fc88745e8e0956ac1396f385a039973a58ef4.zip |
ItemDB Update:
- Added effects for Inc_Str_Scroll and Inc_Int_Scroll
- Update some Statuses in sc_config.txt, removed some duplicate entries.
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 94731dc17..a45b22adb 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -812,6 +812,8 @@ typedef enum sc_type { SC_GM_BATTLE, SC_GM_BATTLE2, SC_2011RWC, + SC_STR_SCROLL, + SC_INT_SCROLL, // 630 SC_MAX, //Automatically updated max, used in for's to check we are within bounds. } sc_type; |