mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
Updated opcodes enum.
This commit is contained in:
parent
05eee70e50
commit
857e7ae7ee
9 changed files with 1222 additions and 1219 deletions
|
|
@ -18758,7 +18758,7 @@ void Player::EnterVehicle(Vehicle *vehicle)
|
|||
|
||||
SetClientControl(vehicle, 1); // redirect controls to vehicle
|
||||
|
||||
WorldPacket data(SMSG_SHOW_VEHICLE_UI, 0); // shows vehicle UI?
|
||||
WorldPacket data(SMSG_ON_CANCEL_EXPECTED_RIDE_VEHICLE_AURA, 0);
|
||||
GetSession()->SendPacket(&data);
|
||||
|
||||
data.Initialize(MSG_MOVE_TELEPORT_ACK, 30);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue