aboutsummaryrefslogtreecommitdiff
path: root/src/game/GuildHandler.cpp
diff options
context:
space:
mode:
authorMachiavelli <none@none>2009-08-28 01:50:29 +0200
committerMachiavelli <none@none>2009-08-28 01:50:29 +0200
commit1c45055482d5af9a2c7e374ae782b3a107c87d37 (patch)
treefbbe4305fb01c323f84ffe5ad4b3fa1ce9904a8c /src/game/GuildHandler.cpp
parent56bdb0fc6b61afb495793868c58514a516ffe4b0 (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/GuildHandler.cpp')
-rw-r--r--src/game/GuildHandler.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/game/GuildHandler.cpp b/src/game/GuildHandler.cpp
index 1362366fdcb..2d5bd1b91b5 100644
--- a/src/game/GuildHandler.cpp
+++ b/src/game/GuildHandler.cpp
@@ -995,7 +995,6 @@ void WorldSession::HandleGuildBankDepositMoney( WorldPacket & recv_data )
pGuild->DisplayGuildBankTabsInfo(this);
pGuild->DisplayGuildBankContent(this, 0);
- pGuild->DisplayGuildBankMoneyUpdate();
}
void WorldSession::HandleGuildBankWithdrawMoney( WorldPacket & recv_data )
@@ -1043,8 +1042,7 @@ void WorldSession::HandleGuildBankWithdrawMoney( WorldPacket & recv_data )
pGuild->SendMoneyInfo(this, GetPlayer()->GetGUIDLow());
pGuild->DisplayGuildBankTabsInfo(this);
- pGuild->DisplayGuildBankContent(this, 0);
- pGuild->DisplayGuildBankMoneyUpdate();
+ pGuild->DisplayGuildBankContent(this,0);
}
void WorldSession::HandleGuildBankSwapItems( WorldPacket & recv_data )