aboutsummaryrefslogtreecommitdiff
path: root/src/game/Guild.cpp
diff options
context:
space:
mode:
authormaximius <none@none>2009-11-20 22:39:27 -0800
committermaximius <none@none>2009-11-20 22:39:27 -0800
commite4e61ac99da40cc7856d7dac7d2b3882c162f4f4 (patch)
treea13c44b29cbc08051bee340822aef6e6e627bf2c /src/game/Guild.cpp
parentc16e08faed38c214a88d824d55b1a6a7fca06037 (diff)
*Fix some typos.
--HG-- branch : trunk
Diffstat (limited to 'src/game/Guild.cpp')
-rw-r--r--src/game/Guild.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Guild.cpp b/src/game/Guild.cpp
index 495d64f786f..62b284c9807 100644
--- a/src/game/Guild.cpp
+++ b/src/game/Guild.cpp
@@ -1995,7 +1995,7 @@ void Guild::SwapItems(Player * pl, uint8 BankTab, uint8 BankTabSlot, uint8 BankT
{
sLog.outCrash("Guild::SwapItems: Player %s(GUIDLow: %u) tried to move item %u from tab %u slot %u to tab %u slot %u, but item %u has a stack of zero!",
pl->GetName(), pl->GetGUIDLow(), pItemSrc->GetEntry(), BankTab, BankTabSlot, BankTabDst, BankTabSlotDst, pItemSrc->GetEntry());
- //return; // Commented out for now, uncomment when it's verified that this causes a crash!!
+ //return; // Commented out for now, uncomment when it's verified that this causes a crash!
}
if (SplitedAmount >= pItemSrc->GetCount())