feat(Core/SAI): Implement SMART_ACTION_DISMOUNT (206) (#20899)

This commit is contained in:
Andrew
2024-12-12 02:11:42 -03:00
committed by GitHub
parent 4c54f7e171
commit d94dda9d93
4 changed files with 18 additions and 1 deletions

View File

@@ -2015,6 +2015,7 @@ bool SmartAIMgr::IsEventValid(SmartScriptHolder& e)
case SMART_ACTION_FLEE:
case SMART_ACTION_ADD_THREAT:
case SMART_ACTION_TRIGGER_RANDOM_TIMED_EVENT:
case SMART_ACTION_DISMOUNT:
case SMART_ACTION_SET_HOVER:
case SMART_ACTION_ADD_IMMUNITY:
case SMART_ACTION_REMOVE_IMMUNITY: