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.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Faq committed Jun 15, 2018
1 parent 8f85bbc commit 39d8d1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CSV/SAI_ActionType.csv
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
124;SMART_ACTION_LOAD_EQUIPMENT
125;SMART_ACTION_TRIGGER_RANDOM_TIMED_EVENT
126;SMART_ACTION_REMOVE_ALL_GAMEOBJECTS
127;SMART_ACTION_STOP_MOTION
127;SMART_ACTION_REMOVE_MOVEMENT
128;SMART_ACTION_PLAY_ANIMKIT
129;SMART_ACTION_SCENE_PLAY
130;SMART_ACTION_SCENE_CANCEL
Expand Down
10 changes: 5 additions & 5 deletions MainUnit.pas
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ interface
const
VERSION_1 = '2'; //*10000
VERSION_2 = '1'; //*100
VERSION_3 = '1';
VERSION_4 = 'b';
VERSION_3 = '2';
VERSION_4 = '';
VERSION_EXE = VERSION_1 + '.' + VERSION_2 + '.' + VERSION_3 + '.' + VERSION_4;

SCRIPT_TAB_NO_QUEST = 6;
Expand Down Expand Up @@ -12404,10 +12404,10 @@ procedure TMainForm.SetSAIAction(t: integer);
lbcyaction_type.Hint := '';
edcyaction_type.Hint := lbcyaction_type.Hint;
end;
127: //SMART_ACTION_STOP_MOTION
127: //SMART_ACTION_REMOVE_MOVEMENT
begin
lbcyaction_param1.Caption := 'StopMoving';
lbcyaction_param2.Caption := 'movementExpired';
lbcyaction_param1.Caption := 'MovementType';
lbcyaction_param2.Caption := 'Forced';
lbcyaction_param3.Caption := '';
lbcyaction_param4.Caption := '';
lbcyaction_param5.Caption := '';
Expand Down

0 comments on commit 39d8d1d

Please sign in to comment.