From 8c5e10e8ee6dc0d496d50b5365e6c3be7750fbfa Mon Sep 17 00:00:00 2001 From: wushin Date: Fri, 25 Oct 2013 11:58:03 -0500 Subject: Fixes issue with getequipid(equip_arrow) --- src/map/script.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/map/script.cpp') 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, }; /*========================================== -- cgit v1.2.3-60-g2f50