diff options
author | Machiavelli <none@none> | 2009-08-28 01:50:29 +0200 |
---|---|---|
committer | Machiavelli <none@none> | 2009-08-28 01:50:29 +0200 |
commit | 1c45055482d5af9a2c7e374ae782b3a107c87d37 (patch) | |
tree | fbbe4305fb01c323f84ffe5ad4b3fa1ce9904a8c /src/game/Guild.h | |
parent | 56bdb0fc6b61afb495793868c58514a516ffe4b0 (diff) |
* Update to guild handlers. Fix bugs related to the wrong ranks being updated, the greyed out withdraw button when you were eligible to withdraw money, and the improper display of no withdrawals left for a tab when you have plenty.
NOTE: Guild masters might need to reconfigure their permissions per rank in order to resolve any permission issues.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Guild.h')
-rw-r--r-- | src/game/Guild.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/Guild.h b/src/game/Guild.h index e17d2e201c8..f2495da1305 100644 --- a/src/game/Guild.h +++ b/src/game/Guild.h @@ -389,7 +389,6 @@ class Guild // ** Guild bank ** // Content & item deposit/withdraw void DisplayGuildBankContent(WorldSession *session, uint8 TabId); - void DisplayGuildBankMoneyUpdate(); void SwapItems( Player * pl, uint8 BankTab, uint8 BankTabSlot, uint8 BankTabDst, uint8 BankTabSlotDst, uint32 SplitedAmount); void MoveFromBankToChar( Player * pl, uint8 BankTab, uint8 BankTabSlot, uint8 PlayerBag, uint8 PlayerSlot, uint32 SplitedAmount); |