From d4810088a5f4ce4aa7b5771c1608b0fe87b46bca Mon Sep 17 00:00:00 2001 From: Aokromes Date: Tue, 24 Nov 2015 23:09:07 +0100 Subject: [PATCH] DB/Misc: disable 3.3.5a fixes --- sql/updates/world/2015_11_24_06_world_from_335.sql | 4 +++- sql/updates/world/2015_11_24_10_world_from_335.sql | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/sql/updates/world/2015_11_24_06_world_from_335.sql b/sql/updates/world/2015_11_24_06_world_from_335.sql index fffc4531e5e..1b5306a56a0 100644 --- a/sql/updates/world/2015_11_24_06_world_from_335.sql +++ b/sql/updates/world/2015_11_24_06_world_from_335.sql @@ -1,8 +1,9 @@ -- -- Quest Tomb of the Lighbringer - 9446 -- Old scripts cleanup -DELETE FROM `script_waypoint` WHERE `entry`=17238; +-- DELETE FROM `script_waypoint` WHERE `entry`=17238; -- Creature text +/* DELETE FROM `creature_text` WHERE `entry`=17238; INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `TEXT`, `TYPE`, `LANGUAGE`, `probability`, `emote`, `duration`, `sound`, `TextRange`, `COMMENT`, `BroadcastTextId`) VALUES (17238, 0, 0, "Shall we begin, my friend?", 12, 7, 100, 6, 0, 0, 0, "Q Tomb of the Lighbringer", 13613), @@ -72,3 +73,4 @@ INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `positi (17238, 17, 976, -1823, 81, "anchorite_truuen_Q9446"); UPDATE `creature_text` SET `text`="%s's will falters.", `BroadcastTextId`=5594 WHERE `entry`=10321 AND `groupid`=0 AND `id`=0; -- Fix text for a previous commit +*/ diff --git a/sql/updates/world/2015_11_24_10_world_from_335.sql b/sql/updates/world/2015_11_24_10_world_from_335.sql index 2b9d4e9749c..92c21a8ad70 100644 --- a/sql/updates/world/2015_11_24_10_world_from_335.sql +++ b/sql/updates/world/2015_11_24_10_world_from_335.sql @@ -1,4 +1,5 @@ -- +/* SET @NPCTEXT= 724006; DELETE FROM `gossip_menu` WHERE `entry`=6539 AND `text_id`=@NPCTEXT; @@ -28,3 +29,4 @@ DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid`=15192; 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 (15192,0,0,1,62,0,100,0,6539,0,0,0,11,25861,0,0,0,0,0,7,0,0,0,0,0,0,0,'Anachronos - On Gossip Option 0 Selected - Cast \'Call Scepter DND\''), (15192,0,1,0,61,0,100,0,0,0,0,0,72,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Anachronos - On Gossip Option 0 Selected - Close Gossip'); +*/ \ No newline at end of file