diff --git a/src/game/Entities/Player.h b/src/game/Entities/Player.h index 1f10367051..f622d4c1f8 100644 --- a/src/game/Entities/Player.h +++ b/src/game/Entities/Player.h @@ -1143,7 +1143,6 @@ class Player : public Unit { return StoreItem(dest, pItem, update); } - Item* BankItem(uint16 pos, Item* pItem, bool update); void RemoveItem(uint8 bag, uint8 slot, bool update); void MoveItemFromInventory(uint8 bag, uint8 slot, bool update); // in trade, auction, guild bank, mail....