Core/Items: Implement azerite empowered items
Port From (https://github.com/TrinityCore/TrinityCore/commit/d934824421c83598853487c5cc9e4cbb3c5d0006)
This commit is contained in:
@@ -179,7 +179,7 @@ namespace Game.Movement
|
||||
packet.MoverGUID = unit.GetGUID();
|
||||
packet.Pos = new Vector3(loc.X, loc.Y, loc.Z);
|
||||
packet.SplineData.StopDistanceTolerance = 2;
|
||||
packet.SplineData.ID = move_spline.GetId();
|
||||
packet.SplineData.Id = move_spline.GetId();
|
||||
|
||||
if (transport)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user