diff options
author | shennetsind <ind@henn.et> | 2013-03-29 14:40:39 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-03-29 14:40:39 -0300 |
commit | 1bd560a547c419da3327cc9a54af18e69f96095f (patch) | |
tree | f272d9f6640cce2f85123123e425c804e96fb178 | |
parent | 646f97864d1ea02f8252d681f2cae6645a857a92 (diff) | |
download | hercules-1bd560a547c419da3327cc9a54af18e69f96095f.tar.gz hercules-1bd560a547c419da3327cc9a54af18e69f96095f.tar.bz2 hercules-1bd560a547c419da3327cc9a54af18e69f96095f.tar.xz hercules-1bd560a547c419da3327cc9a54af18e69f96095f.zip |
Fixed GN SlingItem Bug
Special Thanks to Beret for pointing it out; no issue to link to (report was thru pm :P)
Signed-off-by: shennetsind <ind@henn.et>
-rw-r--r-- | src/map/pc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index cc120c0cc..ea277072e 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -168,7 +168,7 @@ struct map_session_data { struct registry save_reg; struct item_data* inventory_data[MAX_INVENTORY]; // direct pointers to itemdb entries (faster than doing item_id lookups) - short equip_index[14]; + short equip_index[15]; unsigned int weight,max_weight; int cart_weight,cart_num,cart_weight_max; int fd; |