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

@ -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);
}