diff options
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/script.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/script.cpp b/src/map/script.cpp index b201ada..4b009b1 100644 --- a/src/map/script.cpp +++ b/src/map/script.cpp @@ -2165,7 +2165,7 @@ void builtin_strcharinfo(ScriptState *st) // indexed by the equip_* in db/const.txt // TODO change to use EQUIP static -EPOS equip[10] = +EPOS equip[11] = { EPOS::HAT, EPOS::MISC1, @@ -2177,6 +2177,7 @@ EPOS equip[10] = EPOS::MISC2, EPOS::TORSO, EPOS::LEGS, + EPOS::ARROW, }; /*========================================== |