Eluna fix mangos build

This commit is contained in:
Rochet2
2014-06-27 22:17:40 +03:00
committed by Foereaper
parent 0f8f37678d
commit 6cd2ed2b6f

View File

@@ -418,7 +418,7 @@ bool Eluna::OnUse(Player* pPlayer, Item* pItem, SpellCastTargets const& targets)
WorldPacket data(SMSG_INVENTORY_CHANGE_FAILURE, 18);
data << uint8(83);
data << ObjectGuid(guid);
data << ObjectGuid(0);
data << ObjectGuid(uint64(0));
data << uint8(0);
pPlayer->GetSession()->SendPacket(&data);
return false;