From 3554ce14cdfc8acb7ff22680aa22fdf5dc107208 Mon Sep 17 00:00:00 2001 From: QAston Date: Wed, 4 Feb 2009 16:55:16 +0100 Subject: [PATCH] *Fix build on *nix. --HG-- branch : trunk --- src/game/Player.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/Player.h b/src/game/Player.h index f7858f3419b..239d3d4eb02 100644 --- a/src/game/Player.h +++ b/src/game/Player.h @@ -1061,7 +1061,7 @@ class TRINITY_DLL_SPEC Player : public Unit Item* GetItemByGuid( uint64 guid ) const; Item* GetItemByPos( uint16 pos ) const; Item* GetItemByPos( uint8 bag, uint8 slot ) const; - inline Item* Player::GetUseableItemByPos( uint8 bag, uint8 slot ) const //Does additional check for disarmed weapons + inline Item* GetUseableItemByPos( uint8 bag, uint8 slot ) const //Does additional check for disarmed weapons { if (!CanUseAttackType(GetAttackBySlot(slot))) return NULL;