mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
Updated opcodes enum.
This commit is contained in:
parent
05eee70e50
commit
857e7ae7ee
9 changed files with 1222 additions and 1219 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue