From f1897991c5f7da526e7c25dcc7f2f14182f01bf2 Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Tue, 14 Feb 2012 17:51:00 +0100 Subject: 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 --- src/net/tmwa/inventoryhandler.cpp | 4 ++-- 1 file 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 -- cgit v1.2.3-70-g09d2