Skip to content

Commit

Permalink
Remove SMSG_ITEM_PUSH_RESULT comment after recheck
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Jul 21, 2024
1 parent d4535ec commit 10e5691
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/game/Entities/Player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13274,7 +13274,6 @@ void Player::SendNewItem(Item* item, uint32 count, bool received, bool created,
if (!item) // prevent crash
return;

// last check 2.0.10
WorldPacket data(SMSG_ITEM_PUSH_RESULT, (8 + 4 + 4 + 4 + 1 + 4 + 4 + 4 + 4 + 4));
data << GetObjectGuid(); // player GUID
data << uint32(received); // 0=looted, 1=from npc
Expand Down

0 comments on commit 10e5691

Please sign in to comment.