feat(Core/SmartScripts): SMART_ACTION_ATTACK_STOP #10053

This commit is contained in:
IntelligentQuantum
2022-01-07 10:49:32 +03:30
committed by GitHub
parent 3085f64e50
commit 2e6213d526
3 changed files with 20 additions and 1 deletions

View File

@@ -650,8 +650,9 @@ enum SMART_ACTION
SMART_ACTION_VORTEX_SUMMON = 221, // entry, duration (0 = perm), spiral scaling, spiral appearance, range max, phi_delta <-- yes confusing math, try it ingame and see, my lovely AC boys!
SMART_ACTION_CU_ENCOUNTER_START = 222, // Resets cooldowns on all targets and removes Heroism debuff(s)
SMART_ACTION_DO_ACTION = 223, // ActionId
SMART_ACTION_ATTACK_STOP = 224, //
SMART_ACTION_AC_END = 224, // placeholder
SMART_ACTION_AC_END = 225, // placeholder
};
struct SmartAction