diff options
| author | megamage <none@none> | 2009-08-12 20:36:55 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-08-12 20:36:55 -0500 |
| commit | d1a5689b6520d243487ce29335905a6e7b5f883d (patch) | |
| tree | ab4a0b80680ab5e4d9f676ef1c47f520d971a361 /src/game/BattleGround.cpp | |
| parent | d575793f6d6cbc2e252d3f96f36f0ae21e63705c (diff) | |
[8344] In case battleground reward items player must "receive" instead "create" item in message. Author: VladimirMangos
--HG--
branch : trunk
Diffstat (limited to 'src/game/BattleGround.cpp')
| -rw-r--r-- | src/game/BattleGround.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/BattleGround.cpp b/src/game/BattleGround.cpp index aeccd350c64..63b0560a4ea 100644 --- a/src/game/BattleGround.cpp +++ b/src/game/BattleGround.cpp @@ -883,7 +883,7 @@ void BattleGround::RewardItem(Player *plr, uint32 item_id, uint32 count) if( count != 0 && !dest.empty()) // can add some if (Item* item = plr->StoreNewItem( dest, item_id, true, 0)) - plr->SendNewItem(item,count,false,true); + plr->SendNewItem(item,count,true,false); if (no_space_count > 0) SendRewardMarkByMail(plr,item_id,no_space_count); |
