Skip to content

Commit d662938

Browse files
fix(SAI): ACTION_38_SET_IN_COMBAT_WITH_ZONE tooltip + removed unused param (#3353)
1 parent 2fb817d commit d662938

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

libs/shared/sai-editor/src/constants/sai-actions.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -454,10 +454,7 @@ SAI_ACTION_PARAM1_TOOLTIPS[SAI_ACTIONS.DIE] =
454454

455455
// SMART_ACTION_SET_IN_COMBAT_WITH_ZONE
456456
SAI_ACTION_TOOLTIPS[SAI_ACTIONS.SET_IN_COMBAT_WITH_ZONE] =
457-
'Sets the creature in combat with its zone, can be used in instances and open world. Useful for creatures inside instances so all players will be set in combat until the fight ends. It only sets NPCs in combat with players';
458-
SAI_ACTION_PARAM1_NAMES[SAI_ACTIONS.SET_IN_COMBAT_WITH_ZONE] = 'Range';
459-
SAI_ACTION_PARAM1_TOOLTIPS[SAI_ACTIONS.SET_IN_COMBAT_WITH_ZONE] =
460-
'Range in yards for all players to be forced into combat with the creature. Only used in the open world. Leave as 0 if used in an instance.';
457+
'Sets the creature in combat with its zone, can be used in instances and open world. Useful for creatures inside instances so all players will be set in combat until the fight ends. It only sets NPCs in combat with players, this only works with the target_type 9 - CREATURE_RANGE';
461458

462459
// SMART_ACTION_CALL_FOR_HELP
463460
SAI_ACTION_TOOLTIPS[SAI_ACTIONS.CALL_FOR_HELP] =

0 commit comments

Comments
 (0)