From 09af28301e646bf75b63113129996724550d7dd6 Mon Sep 17 00:00:00 2001 From: megamage Date: Mon, 27 Apr 2009 18:42:35 -0500 Subject: [7716] Fixed some typos and possible crashes. Author: AlexDereka --HG-- branch : trunk --- src/game/GuildHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/GuildHandler.cpp') 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 ); -- cgit v1.2.3