Skip to content
This repository was archived by the owner on Jun 9, 2022. It is now read-only.

Commit 8f85bbc

Browse files
committed
Releasing Truice_v2.1.1b
1 parent b46b724 commit 8f85bbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: MainUnit.pas

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ interface
1616
VERSION_1 = '2'; //*10000
1717
VERSION_2 = '1'; //*100
1818
VERSION_3 = '1';
19-
VERSION_4 = 'a';
19+
VERSION_4 = 'b';
2020
VERSION_EXE = VERSION_1 + '.' + VERSION_2 + '.' + VERSION_3 + '.' + VERSION_4;
2121

2222
SCRIPT_TAB_NO_QUEST = 6;
@@ -11781,8 +11781,8 @@ procedure TMainForm.SetSAIAction(t: integer);
1178111781
lbcyaction_param4.Caption := '';
1178211782
lbcyaction_param5.Caption := '';
1178311783
lbcyaction_param6.Caption := '';
11784-
lbcyaction_type.Hint := 'DespawnTimer (sec)';
11785-
edcyaction_type.Hint := lbcyaction_type.Hint;
11784+
lbcyaction_param1.Hint := 'DespawnTimer (sec)';
11785+
edcyaction_param1.Hint := lbcyaction_param1.Hint;
1178611786
end;
1178711787
71: //SMART_ACTION_EQUIP
1178811788
begin

0 commit comments

Comments
 (0)