mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19: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
|
|
@ -6409,7 +6409,7 @@ void Aura::HandleAuraControlVehicle(bool apply, bool Real)
|
|||
if(Pet *pet = m_target->GetPet())
|
||||
pet->Remove(PET_SAVE_AS_CURRENT);
|
||||
|
||||
WorldPacket data(SMSG_SHOW_VEHICLE_UI, 0);
|
||||
WorldPacket data(SMSG_ON_CANCEL_EXPECTED_RIDE_VEHICLE_AURA, 0);
|
||||
((Player*)m_target)->GetSession()->SendPacket(&data);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue