Core/Opcodes: sync with wpp

This commit is contained in:
joschiwald
2015-01-17 03:55:29 +01:00
parent b21c346658
commit 36e50ff8ae
26 changed files with 1017 additions and 518 deletions

View File

@@ -699,7 +699,7 @@ class npc_boombot : public CreatureScript
{
_boomed = true; // Prevent recursive calls
WorldPacket data(SMSG_SPELLINSTAKILLLOG, 8+8+4);
WorldPacket data(SMSG_SPELL_INSTAKILL_LOG, 8+8+4);
data << me->GetGUID();
data << me->GetGUID();
data << uint32(SPELL_BOOM);