Core/Movement: move MoveSplineInit
Port From (https://github.com/TrinityCore/TrinityCore/commit/d59a6af9c694713fd868db4bae09df3f8b9e041e)
This commit is contained in:
@@ -353,6 +353,10 @@ namespace Game.Entities
|
||||
{
|
||||
return new(position.posX, position.posY);
|
||||
}
|
||||
public static implicit operator Vector3(Position position)
|
||||
{
|
||||
return new(position.posX, position.posY, position.posZ);
|
||||
}
|
||||
}
|
||||
|
||||
public class WorldLocation : Position
|
||||
|
||||
Reference in New Issue
Block a user