rename files

This commit is contained in:
Aokromes
2017-06-25 17:43:08 +02:00
parent c745d538e9
commit 84aafa86cc
11 changed files with 8 additions and 2 deletions

View File

@@ -1,2 +0,0 @@
-- Show the complete text for page 11 in the book 'Legacy of the Aspects'
UPDATE `page_text` SET `NextPageID` = 466 WHERE `NextPageID` = 459 AND `ID` = 458;

View File

@@ -0,0 +1,2 @@
-- Show the complete text for page 11 in the book 'Legacy of the Aspects'
-- UPDATE `page_text` SET `NextPageID` = 466 WHERE `NextPageID` = 459 AND `ID` = 458;

View File

@@ -1,5 +1,6 @@
--
-- The Absent Minded Prospector (943)
/*
DELETE FROM smart_scripts WHERE entryorguid=2911 AND source_type=0;
DELETE FROM smart_scripts WHERE entryorguid=2911*100 AND source_type=9;
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
@@ -29,3 +30,5 @@ INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Lan
(3582, 3, 0, "Digging too deep into your past might bring an abrupt end to your future.", 12, 0, 100, 0, 0, 0,1185, 0, 'Aman'),
(3582, 4, 0, "%s dissipates before your eyes.", 16, 0, 100, 0, 0, 0,1187, 0, 'Aman'),
(2911, 2, 0, "%s begins to manipulate the Stone of Relu over the two fossils.", 16, 0, 100, 0, 0, 0,1179, 0, 'Archaeologist Flagongut');
*/

View File

@@ -1,4 +1,5 @@
--
/*
DELETE FROM `quest_details` WHERE `ID` IN (363, 3901,3098,3099,6395,380, 3902,381, 382, 365, 427, 367, 368, 369, 5482,590, 1881, 370, 371, 374, 405, 1478,1473,1471);
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(363, 1, 0, 0, 0, 0, 0, 0, 0, 0),
@@ -74,3 +75,5 @@ UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=357;
UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1478;
UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=409;
UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=411;
*/