diff options
author | Nay <dnpd.dd@gmail.com> | 2013-02-06 13:16:21 +0000 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2013-02-06 13:17:21 +0000 |
commit | 0b3170c2281a1ce17b3392b8df65b291b49d03f2 (patch) | |
tree | 7eb94ac53ea3f08502402bf421ca708da12976cd /src/server/shared/Logging/AppenderFile.cpp | |
parent | 32546a64c9e42f3ad86fa54150209fe19fa2e487 (diff) |
Core/Player: Fix a query that was wrongly deleting items
CHAR_DEL_ITEM_INSTANCE deletes by item guid but in Player::DeleteFromDB the guid being used was player's guid.
That means that if player with guid 100 was deleted, the item with guid 100 would also be deleted. This item could or could not belong to the player.
Closes #8883
Closes #9136
Thanks to @vlad852 for finding the issue
Diffstat (limited to 'src/server/shared/Logging/AppenderFile.cpp')
0 files changed, 0 insertions, 0 deletions