Scripts/Spells: Divine Star (Priest) fixed

Port From (https://github.com/TrinityCore/TrinityCore/commit/6b944b9e56969fb465449ecda7c8561696c06833)
This commit is contained in:
hondacrx
2022-08-04 23:01:43 -04:00
parent cde3843afd
commit 8cd4dda8e3
3 changed files with 120 additions and 2 deletions
@@ -749,7 +749,7 @@ namespace Game.Entities
InitSplines(rotatedPoints, timeToTarget);
}
void InitSplines(List<Vector3> splinePoints, uint timeToTarget)
public void InitSplines(List<Vector3> splinePoints, uint timeToTarget)
{
if (splinePoints.Count < 2)
return;