Core/Scripting: Get rid of ModifyVehiclePassengerExitPos

Port From (https://github.com/TrinityCore/TrinityCore/commit/7a0268d4f12914280ffa0de36100a11781f14f45)
This commit is contained in:
hondacrx
2022-05-30 13:09:19 -04:00
parent b078285a12
commit 93bd45bbf8
3 changed files with 0 additions and 14 deletions
-3
View File
@@ -1084,9 +1084,6 @@ namespace Game.Entities
pos = vehicle.GetBase().GetPosition();
pos.SetOrientation(GetOrientation());
// To-do: snap this hook out of existance
Global.ScriptMgr.ModifyVehiclePassengerExitPos(this, vehicle, pos);
// Change exit position based on seat entry addon data
if (seatAddon != null)
{