Skip to content

Commit ad80275

Browse files
committed
rename files
1 parent 706336a commit ad80275

8 files changed

+2
-0
lines changed

sql/updates/world/3.3.5/2019_07_11_01_world.sql renamed to sql/updates/world/4.3.4/2019_07_14_00_world_was_2019_07_11_01_world.sql

File renamed without changes.

sql/updates/world/3.3.5/2019_07_11_02_world.sql renamed to sql/updates/world/4.3.4/2019_07_14_01_world_was_2019_07_11_02_world.sql

File renamed without changes.

sql/updates/world/3.3.5/2019_07_11_03_world_335.sql renamed to sql/updates/world/4.3.4/2019_07_14_02_world_was_2019_07_11_03_world_335.sql

File renamed without changes.

sql/updates/world/3.3.5/2019_07_11_04_world_335.sql renamed to sql/updates/world/4.3.4/2019_07_14_03_world_was_2019_07_11_04_world_335.sql

File renamed without changes.

sql/updates/world/3.3.5/2019_07_11_05_world.sql renamed to sql/updates/world/4.3.4/2019_07_14_04_world_was_2019_07_11_05_world.sql

File renamed without changes.

sql/updates/world/3.3.5/2019_07_11_06_world.sql renamed to sql/updates/world/4.3.4/2019_07_14_05_world_was_2019_07_11_06_world.sql

File renamed without changes.

sql/updates/world/3.3.5/2019_07_12_00_world.sql renamed to sql/updates/world/4.3.4/2019_07_14_06_world_was_2019_07_12_00_world.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,11 @@ DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=42
6565
INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition` ,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
6666
(13,1,42442,0,1,31,0,3,24921,0,0,0,'','Vengeance Landing Cannonfire'),
6767
(13,1,42442,0,0,31,0,3,23803,0,0,0,'','Vengeance Landing Cannonfire');
68+
/*
6869
DELETE FROM `creature_template_movement` WHERE `CreatureId` IN (23805);
6970
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`) VALUES
7071
(23805, 0, 0, 1, 0);
72+
*/
7173
UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` IN (23805,23968);
7274
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (23805,23968) AND `source_type`=0;
7375
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES

sql/updates/world/3.3.5/2019_07_13_01_world.sql renamed to sql/updates/world/4.3.4/2019_07_14_07_world_was_2019_07_13_01_world.sql

File renamed without changes.

0 commit comments

Comments
 (0)