DB/Misc: disable 3.3.5a fixes

This commit is contained in:
Aokromes
2015-11-24 23:09:07 +01:00
parent 3cd2301128
commit d4810088a5
2 changed files with 5 additions and 1 deletions

View File

@@ -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
*/

View File

@@ -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');
*/