aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMuhaha <none@none>2009-02-06 11:31:13 +0100
committerMuhaha <none@none>2009-02-06 11:31:13 +0100
commita2112f27fc5dc158335097a82189c183c00031ae (patch)
tree740e300255292223ad588e16a7ad1f6999bcb8dd /src
parent358d1bb14e1dee62e8d97b0ed75e251dfabe5603 (diff)
typo
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/Player.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp
index 734aa7424b3..082e4bc41a7 100644
--- a/src/game/Player.cpp
+++ b/src/game/Player.cpp
@@ -20249,7 +20249,7 @@ void Player::AutoStoreLootItem(uint8 bag, uint8 slot, uint32 loot_id, LootStore
if(msg != EQUIP_ERR_OK)
{
SendEquipError( msg, NULL, NULL );
- return
+ return;
}
Item* pItem = StoreNewItem (dest,lootItem->itemid,true,lootItem->randomPropertyId);
SendNewItem(pItem, lootItem->count, true, false);