From 218e81d4dc39a4209c3f836e36e7c1131f8a5c6f Mon Sep 17 00:00:00 2001 From: maximius Date: Sun, 1 Nov 2009 01:35:54 -0800 Subject: *Typo correction, fixes *nix build, thanks alex_1983 --HG-- branch : trunk --- src/game/Player.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/game/Player.cpp b/src/game/Player.cpp index aa4faee20a5..655184dcea2 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -7358,7 +7358,7 @@ void Player::CastItemCombatSpell(Unit *target, WeaponAttackType attType, uint32 if (!target || !target->isAlive() || target == this) return; - for (UINT8 i = EQUIPMENT_SLOT_START; i < EQUIPMENT_SLOT_END; ++i) + for (uint8 i = EQUIPMENT_SLOT_START; i < EQUIPMENT_SLOT_END; ++i) { // If usable, try to cast item spell if (Item * item = GetItemByPos(INVENTORY_SLOT_BAG_0,i)) -- cgit v1.2.3