You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 9, 2022. It is now read-only.
lbcyaction_type.Hint := 'can be used to make players say groupID, Text_over event is not triggered, whisper can not be used (Target units will say the text)';
11943
11943
edcyaction_type.Hint := lbcyaction_type.Hint;
11944
11944
end;
11945
-
85: //SMART_ACTION_INVOKER_CAST
11945
+
85: //SMART_ACTION_SELF_CAST
11946
11946
begin
11947
11947
lbcyaction_param1.Caption := 'SpellID';
11948
-
lbcyaction_param2.Caption := 'castFlags';
11948
+
lbcyaction_param2.Caption := 'triggerFlags';
11949
11949
lbcyaction_param3.Caption := '';
11950
11950
lbcyaction_param4.Caption := '';
11951
11951
lbcyaction_param5.Caption := '';
11952
11952
lbcyaction_param6.Caption := '';
11953
-
lbcyaction_type.Hint := 'if avaliable, last used invoker will cast spellId with castFlags on targets';
11953
+
lbcyaction_type.Hint := 'Will cast spellId with triggerFlags on self';
0 commit comments