diff --git a/sql/updates/world/3.3.5/2018_05_29_00_world_335.sql b/sql/updates/world/4.3.4/2018_05_30_00_world_from_335_was_2018_05_29_00_world_335.sql similarity index 99% rename from sql/updates/world/3.3.5/2018_05_29_00_world_335.sql rename to sql/updates/world/4.3.4/2018_05_30_00_world_from_335_was_2018_05_29_00_world_335.sql index 16358d44409..87c483d2e75 100644 --- a/sql/updates/world/3.3.5/2018_05_29_00_world_335.sql +++ b/sql/updates/world/4.3.4/2018_05_30_00_world_from_335_was_2018_05_29_00_world_335.sql @@ -1,3 +1,4 @@ +/* -- Lucius DELETE FROM `creature_text` WHERE `CreatureID`=6966; INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES @@ -7,3 +8,4 @@ UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=6966; DELETE FROM `smart_scripts` WHERE `entryorguid`=6966 AND `source_type`=0; 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`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES (6966,0,0,0,19,0,100,0,2282,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Lucius - On Quest 'Alther's Mill' Taken - Say Line 0"); +*/ diff --git a/sql/updates/world/3.3.5/2018_05_29_01_world_335.sql b/sql/updates/world/4.3.4/2018_05_30_01_world_from_335_was_2018_05_29_01_world_335.sql similarity index 99% rename from sql/updates/world/3.3.5/2018_05_29_01_world_335.sql rename to sql/updates/world/4.3.4/2018_05_30_01_world_from_335_was_2018_05_29_01_world_335.sql index 4d50bb7a072..6bfa9d242e5 100644 --- a/sql/updates/world/3.3.5/2018_05_29_01_world_335.sql +++ b/sql/updates/world/4.3.4/2018_05_30_01_world_from_335_was_2018_05_29_01_world_335.sql @@ -1,3 +1,4 @@ +/* -- Klaven Mortwake UPDATE `creature_text` SET `Emote`=5 WHERE `CreatureID`=7053 AND `GroupID`=2; UPDATE `creature_text` SET `Emote`=11 WHERE `CreatureID`=7053 AND `GroupID`=1; @@ -9,3 +10,4 @@ UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`=7053 AND `sourc DELETE FROM `smart_scripts` WHERE `entryorguid`=7053 AND `source_type`=0 AND `id`=3; 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`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES (7053,0,3,0,4,0,100,0,0,0,0,0,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,"Klaven Mortwake - On Aggro - Say Line 5"); +*/ diff --git a/sql/updates/world/3.3.5/2018_05_29_02_world_335.sql b/sql/updates/world/4.3.4/2018_05_30_02_world_from_335_was_2018_05_29_02_world_335.sql similarity index 99% rename from sql/updates/world/3.3.5/2018_05_29_02_world_335.sql rename to sql/updates/world/4.3.4/2018_05_30_02_world_from_335_was_2018_05_29_02_world_335.sql index 5514f737186..7745ed0e995 100644 --- a/sql/updates/world/3.3.5/2018_05_29_02_world_335.sql +++ b/sql/updates/world/4.3.4/2018_05_30_02_world_from_335_was_2018_05_29_02_world_335.sql @@ -1,3 +1,4 @@ +/* -- Defias Tower Patroller DELETE FROM `creature_text` WHERE `CreatureID`=7052; INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES @@ -85,3 +86,4 @@ DELETE FROM `waypoint_data` WHERE `id` IN (669880,669910); DELETE FROM `creature_addon` WHERE `guid` IN (66988,66991); UPDATE `creature` SET `position_x`=-11152.5, `position_y`=552.716, `position_z`=55.8919, `orientation`=5.50239, `MovementType`=0 WHERE `guid`=66988; UPDATE `creature` SET `position_x`=-11151.1, `position_y`=551.26, `position_z`=55.8923, `orientation`=2.36865, `MovementType`=0 WHERE `guid`=66991; +*/ diff --git a/sql/updates/world/3.3.5/2018_05_29_03_world_335.sql b/sql/updates/world/4.3.4/2018_05_30_03_world_from_335_was_2018_05_29_03_world_335.sql similarity index 99% rename from sql/updates/world/3.3.5/2018_05_29_03_world_335.sql rename to sql/updates/world/4.3.4/2018_05_30_03_world_from_335_was_2018_05_29_03_world_335.sql index d441f881763..f97e6e27830 100644 --- a/sql/updates/world/3.3.5/2018_05_29_03_world_335.sql +++ b/sql/updates/world/4.3.4/2018_05_30_03_world_from_335_was_2018_05_29_03_world_335.sql @@ -1,3 +1,4 @@ +/* -- Doc Mixilpixil DELETE FROM `creature_text` WHERE `CreatureID`=7207; INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES @@ -41,3 +42,4 @@ DELETE FROM `waypoints` WHERE `entry`=7207; INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES (7207,1,-8806.36,338.259,95.0989,""), (7207,2,-8805.56,331.968,95.0986,""); +*/ diff --git a/sql/updates/world/3.3.5/2018_05_29_04_world_335.sql b/sql/updates/world/4.3.4/2018_05_30_04_world_from_335_was_2018_05_29_04_world_335.sql similarity index 99% rename from sql/updates/world/3.3.5/2018_05_29_04_world_335.sql rename to sql/updates/world/4.3.4/2018_05_30_04_world_from_335_was_2018_05_29_04_world_335.sql index 710c5c32c73..881d7105199 100644 --- a/sql/updates/world/3.3.5/2018_05_29_04_world_335.sql +++ b/sql/updates/world/4.3.4/2018_05_30_04_world_from_335_was_2018_05_29_04_world_335.sql @@ -1,3 +1,4 @@ +/* -- Lord Baurles K. Wishock DELETE FROM `creature_text` WHERE `CreatureID`=1439; INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES @@ -14,3 +15,4 @@ INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_ (143900,9,2,0,0,0,100,0,4000,4000,0,0,17,64,0,0,0,0,0,1,0,0,0,0,0,0,0,"Lord Baurles K. Wishock - On Script - Set Emote State 'Stun'"), (143900,9,3,0,0,0,100,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Lord Baurles K. Wishock - On Script - Say Line 1"), (143900,9,4,0,0,0,100,0,5000,5000,0,0,11,2596,0,0,0,0,0,1,0,0,0,0,0,0,0,"Lord Baurles K. Wishock - On Script - Cast touch-of-the-black-claw"); +*/ diff --git a/sql/updates/world/3.3.5/2018_05_29_05_world_335.sql b/sql/updates/world/4.3.4/2018_05_30_05_world_from_335_was_2018_05_29_05_world_335.sql similarity index 99% rename from sql/updates/world/3.3.5/2018_05_29_05_world_335.sql rename to sql/updates/world/4.3.4/2018_05_30_05_world_from_335_was_2018_05_29_05_world_335.sql index 7dd67a2f870..6685d6c6248 100644 --- a/sql/updates/world/3.3.5/2018_05_29_05_world_335.sql +++ b/sql/updates/world/4.3.4/2018_05_30_05_world_from_335_was_2018_05_29_05_world_335.sql @@ -1,3 +1,4 @@ +/* -- Menara Voidrender DELETE FROM `creature_text` WHERE `CreatureID`=6266; INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES @@ -19,3 +20,4 @@ INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_ (626600,9,6,0,0,0,100,0,0,0,0,0,82,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tabetha - On Script - Add Npc Flag Questgiver+Gossip"); UPDATE `quest_template_addon` SET `SpecialFlags`=2 WHERE `ID`=4964; +*/ diff --git a/sql/updates/world/3.3.5/2018_05_29_06_world_335.sql b/sql/updates/world/4.3.4/2018_05_30_06_world_from_335_was_2018_05_29_06_world_335.sql similarity index 99% rename from sql/updates/world/3.3.5/2018_05_29_06_world_335.sql rename to sql/updates/world/4.3.4/2018_05_30_06_world_from_335_was_2018_05_29_06_world_335.sql index 188efff91b1..a0b675d384c 100644 --- a/sql/updates/world/3.3.5/2018_05_29_06_world_335.sql +++ b/sql/updates/world/4.3.4/2018_05_30_06_world_from_335_was_2018_05_29_06_world_335.sql @@ -1,3 +1,4 @@ +/* -- DELETE FROM `gossip_menu` WHERE `MenuID`=2912 AND `TextID`=3591; DELETE FROM `gossip_menu` WHERE `MenuID`=2913 AND `TextID`=3592; @@ -20,3 +21,4 @@ INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry (14,2603,3594,0,0,8,0,4963,0,0,1,0,0,"","Show gossip text 3592 if quest 'Shard of an Infernal' is not rewarded"), (14,2603,3298,0,0,15,0,1279,0,0,0,0,0,"","Show gossip text 3299 if if Player is not a Warlock"), (14,2603,3299,0,0,15,0,256,0,0,0,0,0,"","Show gossip text 3299 if if Player is a Warlock"); +*/