Core/SAI: Implement a new action type to make a creature (or targets in list) start the closest waypoint available to them

This commit is contained in:
Discover-
2014-08-31 01:17:34 +02:00
parent c5f475c114
commit 6066ec0949
3 changed files with 71 additions and 1 deletions

View File

@@ -1008,6 +1008,7 @@ bool SmartAIMgr::IsEventValid(SmartScriptHolder& e)
}
break;
}
case SMART_ACTION_START_CLOSEST_WAYPOINT:
case SMART_ACTION_FOLLOW:
case SMART_ACTION_SET_ORIENTATION:
case SMART_ACTION_STORE_TARGET_LIST: