mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-21 15:27:47 -04:00
Core/SAI: Properly implement the second parameter of SMART_ACTION_CALL_TIMED_ACTIONLIST to reflect the wiki (which also makes more sense)
This commit is contained in:
@@ -206,7 +206,7 @@ void SmartAI::EndPath(bool fail)
|
||||
mLastWP = NULL;
|
||||
|
||||
if (mCanRepeatPath)
|
||||
StartPath(mRun, GetScript()->GetPathId(), mCanRepeatPath);
|
||||
StartPath(mRun, GetScript()->GetPathId(), true);
|
||||
else
|
||||
GetScript()->SetPathId(0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user