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

Commit 39d8d1d

Browse files
committed
Releasing Truice_v2.1.2
with small changes with in TrinityCore/TrinityCore@982643c#diff-55afa6409f4613551dd9ea30b26e4cdaR2241
1 parent 8f85bbc commit 39d8d1d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: CSV/SAI_ActionType.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
124;SMART_ACTION_LOAD_EQUIPMENT
125125
125;SMART_ACTION_TRIGGER_RANDOM_TIMED_EVENT
126126
126;SMART_ACTION_REMOVE_ALL_GAMEOBJECTS
127-
127;SMART_ACTION_STOP_MOTION
127+
127;SMART_ACTION_REMOVE_MOVEMENT
128128
128;SMART_ACTION_PLAY_ANIMKIT
129129
129;SMART_ACTION_SCENE_PLAY
130130
130;SMART_ACTION_SCENE_CANCEL

Diff for: MainUnit.pas

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ interface
1515
const
1616
VERSION_1 = '2'; //*10000
1717
VERSION_2 = '1'; //*100
18-
VERSION_3 = '1';
19-
VERSION_4 = 'b';
18+
VERSION_3 = '2';
19+
VERSION_4 = '';
2020
VERSION_EXE = VERSION_1 + '.' + VERSION_2 + '.' + VERSION_3 + '.' + VERSION_4;
2121

2222
SCRIPT_TAB_NO_QUEST = 6;
@@ -12404,10 +12404,10 @@ procedure TMainForm.SetSAIAction(t: integer);
1240412404
lbcyaction_type.Hint := '';
1240512405
edcyaction_type.Hint := lbcyaction_type.Hint;
1240612406
end;
12407-
127: //SMART_ACTION_STOP_MOTION
12407+
127: //SMART_ACTION_REMOVE_MOVEMENT
1240812408
begin
12409-
lbcyaction_param1.Caption := 'StopMoving';
12410-
lbcyaction_param2.Caption := 'movementExpired';
12409+
lbcyaction_param1.Caption := 'MovementType';
12410+
lbcyaction_param2.Caption := 'Forced';
1241112411
lbcyaction_param3.Caption := '';
1241212412
lbcyaction_param4.Caption := '';
1241312413
lbcyaction_param5.Caption := '';

0 commit comments

Comments
 (0)