summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2012-02-14 17:51:00 +0100
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2012-02-15 22:49:05 +0100
commitf1897991c5f7da526e7c25dcc7f2f14182f01bf2 (patch)
treec48c05e01a531864ce7ffe6d047c2e94017d4ae3
parentd5dc34b68b0ac30cb723c82c1f71adec3517a1bd (diff)
downloadmana-client-f1897991c5f7da526e7c25dcc7f2f14182f01bf2.tar.gz
mana-client-f1897991c5f7da526e7c25dcc7f2f14182f01bf2.tar.bz2
mana-client-f1897991c5f7da526e7c25dcc7f2f14182f01bf2.tar.xz
mana-client-f1897991c5f7da526e7c25dcc7f2f14182f01bf2.zip
Deswapped the ring2 and necklace equip slots for tA.
I tested it with the Towel and the Wedding Ring on the testing server. Spotted-by: Jenalya, cody. Reviewed-by: Erik Schilling
-rw-r--r--src/net/tmwa/inventoryhandler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/tmwa/inventoryhandler.cpp b/src/net/tmwa/inventoryhandler.cpp
index dd74a625..f260110d 100644
--- a/src/net/tmwa/inventoryhandler.cpp
+++ b/src/net/tmwa/inventoryhandler.cpp
@@ -52,11 +52,11 @@ static const EquipmentSlot EQUIP_POINTS[EQUIP_VECTOR_END] = {
EQUIP_LEGS_SLOT,
EQUIP_FIGHT1_SLOT,
EQUIP_ARMS_SLOT,
- EQUIP_RING2_SLOT,
+ EQUIP_NECKLACE_SLOT,
EQUIP_RING1_SLOT,
EQUIP_FIGHT2_SLOT,
EQUIP_FEET_SLOT,
- EQUIP_NECKLACE_SLOT,
+ EQUIP_RING2_SLOT,
EQUIP_HEAD_SLOT,
EQUIP_TORSO_SLOT,
EQUIP_PROJECTILE_SLOT