summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-11-02 18:02:36 -0200
committershennetsind <ind@henn.et>2013-11-02 18:02:36 -0200
commit84e4e6ee1dcaf37d73ec6f590c675ce4b17352b9 (patch)
tree5022572b54a20f2931f09e98fa607f65edc21384 /src/map/script.h
parent566529c819bcf9aeb1bd3a4a691c443c2b88d076 (diff)
downloadhercules-84e4e6ee1dcaf37d73ec6f590c675ce4b17352b9.tar.gz
hercules-84e4e6ee1dcaf37d73ec6f590c675ce4b17352b9.tar.bz2
hercules-84e4e6ee1dcaf37d73ec6f590c675ce4b17352b9.tar.xz
hercules-84e4e6ee1dcaf37d73ec6f590c675ce4b17352b9.zip
Fixed Shadow System Bonuses
Item in shadow slots are now able to give bonuses properly, thanks to rosfus for pointing it out! Also added the missing constants for script handling. Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/script.h')
-rw-r--r--src/map/script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/script.h b/src/map/script.h
index c6cb6070b..a4d14c777 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -35,7 +35,7 @@ struct eri;
//#define SCRIPT_HASH_SDBM
#define SCRIPT_HASH_ELF
-#define SCRIPT_EQUIP_TABLE_SIZE 14
+#define SCRIPT_EQUIP_TABLE_SIZE 20
//#define SCRIPT_DEBUG_DISP
//#define SCRIPT_DEBUG_DISASM