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

Commit

Permalink
Releasing Truice_v2.1.1b
Browse files Browse the repository at this point in the history
  • Loading branch information
Faq committed Feb 25, 2018
1 parent b46b724 commit 8f85bbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MainUnit.pas
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ interface
VERSION_1 = '2'; //*10000
VERSION_2 = '1'; //*100
VERSION_3 = '1';
VERSION_4 = 'a';
VERSION_4 = 'b';
VERSION_EXE = VERSION_1 + '.' + VERSION_2 + '.' + VERSION_3 + '.' + VERSION_4;

SCRIPT_TAB_NO_QUEST = 6;
Expand Down Expand Up @@ -11781,8 +11781,8 @@ procedure TMainForm.SetSAIAction(t: integer);
lbcyaction_param4.Caption := '';
lbcyaction_param5.Caption := '';
lbcyaction_param6.Caption := '';
lbcyaction_type.Hint := 'DespawnTimer (sec)';
edcyaction_type.Hint := lbcyaction_type.Hint;
lbcyaction_param1.Hint := 'DespawnTimer (sec)';
edcyaction_param1.Hint := lbcyaction_param1.Hint;
end;
71: //SMART_ACTION_EQUIP
begin
Expand Down

0 comments on commit 8f85bbc

Please sign in to comment.