diff options
| author | Muhaha <none@none> | 2009-02-06 11:31:13 +0100 |
|---|---|---|
| committer | Muhaha <none@none> | 2009-02-06 11:31:13 +0100 |
| commit | a2112f27fc5dc158335097a82189c183c00031ae (patch) | |
| tree | 740e300255292223ad588e16a7ad1f6999bcb8dd /src | |
| parent | 358d1bb14e1dee62e8d97b0ed75e251dfabe5603 (diff) | |
typo
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/game/Player.cpp | 2 |
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); |
