Updated opcodes enum.

This commit is contained in:
tomrus88 2008-12-12 18:09:30 +03:00
parent 05eee70e50
commit 857e7ae7ee
9 changed files with 1222 additions and 1219 deletions

View file

@ -1387,7 +1387,7 @@ bool Pet::unlearnSpell(uint16 spell_id)
{
if(!m_loading)
{
WorldPacket data(SMSG_PET_UNLEARNED_SPELL, 2);
WorldPacket data(SMSG_PET_REMOVED_SPELL, 2);
data << uint16(spell_id);
((Player*)GetOwner())->GetSession()->SendPacket(&data);
}