fix(Scripts/Misc): Adjust points from old wrong 0 based indexing to smart ai indexing (#23472)
This commit is contained in:
parent
fdf19f1cf7
commit
a8976aa6e7
22 changed files with 52 additions and 49 deletions
|
|
@ -622,7 +622,7 @@ public:
|
|||
if (type != WAYPOINT_MOTION_TYPE)
|
||||
return;
|
||||
|
||||
if (point == 8) // max-1
|
||||
if (point == 9)
|
||||
{
|
||||
Talk(0);
|
||||
me->RemoveAllAuras();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue