Skip to content

Commit

Permalink
Player: Remove unimplemented method declaration for BankItem
Browse files Browse the repository at this point in the history
  • Loading branch information
Exxenoz authored and killerwife committed Jul 12, 2024
1 parent 449635d commit 23cd08e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/game/Entities/Player.h
Original file line number Diff line number Diff line change
Expand Up @@ -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....
Expand Down

0 comments on commit 23cd08e

Please sign in to comment.