From 45c397e0cc1e0d62c8c8e8f36b738ee0f7ad4eb3 Mon Sep 17 00:00:00 2001 From: Shadez Date: Sun, 24 Oct 2010 09:52:16 +0900 Subject: [PATCH] [409] Display correct dual item-tooltip for bracers and belts. --- includes/classes/class.items.php | 10 +++++----- includes/revision_nr.php | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/includes/classes/class.items.php b/includes/classes/class.items.php index 09822b6cb..fc4975c2a 100644 --- a/includes/classes/class.items.php +++ b/includes/classes/class.items.php @@ -3,7 +3,7 @@ /** * @package World of Warcraft Armory * @version Release Candidate 1 - * @revision 405 + * @revision 409 * @copyright (c) 2009-2010 Shadez * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @@ -2469,8 +2469,8 @@ public function GetItemSlotId($itemID, $item_slot = -1) { $slotname = 'chest'; break; case 6: - $slot_id = INV_BRACERS; - $slotname = 'wrist'; + $slot_id = INV_BELT; + $slotname = 'belt'; break; case 7: $slot_id = INV_LEGS; @@ -2481,8 +2481,8 @@ public function GetItemSlotId($itemID, $item_slot = -1) { $slotname = 'boots'; break; case 9: - $slot_id = INV_BELT; - $slotname = 'belt'; + $slot_id = INV_BRACERS; + $slotname = 'wrist'; break; case 10: $slot_id = INV_GLOVES; diff --git a/includes/revision_nr.php b/includes/revision_nr.php index f95130242..21bbd355e 100644 --- a/includes/revision_nr.php +++ b/includes/revision_nr.php @@ -1,5 +1,5 @@ \ No newline at end of file