aboutsummaryrefslogtreecommitdiff
path: root/src/game/GuildHandler.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-04-27 18:42:35 -0500
committermegamage <none@none>2009-04-27 18:42:35 -0500
commit09af28301e646bf75b63113129996724550d7dd6 (patch)
treea36f7bb0f369c13b71958f40e0247150417ba18e /src/game/GuildHandler.cpp
parent5ac67c27f71a7b53fbce92ffdab3adb62b6baf0c (diff)
[7716] Fixed some typos and possible crashes. Author: AlexDereka
--HG-- branch : trunk
Diffstat (limited to 'src/game/GuildHandler.cpp')
-rw-r--r--src/game/GuildHandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/GuildHandler.cpp b/src/game/GuildHandler.cpp
index b544db01f66..ef59a67ceae 100644
--- a/src/game/GuildHandler.cpp
+++ b/src/game/GuildHandler.cpp
@@ -1194,7 +1194,7 @@ void WorldSession::HandleGuildBankDepositItem( WorldPacket & recv_data )
else // swap
{
gDest.clear();
- uint8 msg = pGuild->CanStoreItem(BankTabDst,BankTabSlotDst,gDest,pItemSrc->GetCount(),pItemSrc,true);
+ msg = pGuild->CanStoreItem(BankTabDst,BankTabSlotDst,gDest,pItemSrc->GetCount(),pItemSrc,true);
if( msg != EQUIP_ERR_OK )
{
pl->SendEquipError( msg, pItemSrc, NULL );