diff --git a/sql/updates/world/3.3.5/2017_07_25_00_world_335.sql b/sql/updates/world/4.3.4/2017_07_27_00_world_from_335_was_2017_07_25_00_world_335.sql similarity index 99% rename from sql/updates/world/3.3.5/2017_07_25_00_world_335.sql rename to sql/updates/world/4.3.4/2017_07_27_00_world_from_335_was_2017_07_25_00_world_335.sql index 6012b18fd42..5882fcde59f 100644 --- a/sql/updates/world/3.3.5/2017_07_25_00_world_335.sql +++ b/sql/updates/world/4.3.4/2017_07_27_00_world_from_335_was_2017_07_25_00_world_335.sql @@ -1,3 +1,4 @@ +/* -- CompletionText for Quest ID 14350 'The Crimson Courier' (text missing) DELETE FROM `quest_request_items` WHERE `ID` = 14350; -- Replaced quest ID 6145 (Varimathras) INSERT INTO `quest_request_items` (`ID`,`EmoteOnComplete`,`EmoteOnIncomplete`,`CompletionText`,`VerifiedBuild`) VALUES @@ -10,3 +11,5 @@ INSERT INTO `quest_offer_reward` (`ID`,`Emote1`,`Emote2`,`Emote3`,`Emote4`,`Emot -- Minor typo in RewardText for quest ID 838 'Scholomance' (Horde) UPDATE `quest_offer_reward` SET `RewardText`= "Yes, $C, the High Executor mentioned you might be the one to trust in the matter of the key. I've dedicated a fair portion of my recent studies to the Scholomance, and I believe I know a means by which you can acquire one that will let you past the front door at will.$b$bThis task will not be easy, but such tasks seldom are. You most assuredly look like the type to know this as fact." WHERE `ID` = 838; +*/ + diff --git a/sql/updates/world/3.3.5/2017_07_25_01_world_335.sql b/sql/updates/world/4.3.4/2017_07_27_01_world_from_335_was_2017_07_25_01_world_335.sql similarity index 98% rename from sql/updates/world/3.3.5/2017_07_25_01_world_335.sql rename to sql/updates/world/4.3.4/2017_07_27_01_world_from_335_was_2017_07_25_01_world_335.sql index 060e1985040..a8151f72fac 100644 --- a/sql/updates/world/3.3.5/2017_07_25_01_world_335.sql +++ b/sql/updates/world/4.3.4/2017_07_27_01_world_from_335_was_2017_07_25_01_world_335.sql @@ -1,3 +1,4 @@ +/* -- Correct gender selection DB format for brother/sister is $gbrother:sister; UPDATE `quest_offer_reward` SET `RewardText` = 'Congratulations, $N - I am pleased to award you with an Argent Dawn valor token! @@ -7,3 +8,5 @@ To acquire a valor token in such a manner indicates that you are a true hero in For the Dawn, my $gbrother:sister;!' WHERE `ID` IN (5404, 5406, 5508); -- Corruptor's Scourgestones (Argent Dawn repeatable quests) +*/ + diff --git a/sql/updates/world/3.3.5/2017_07_25_02_world.sql b/sql/updates/world/4.3.4/2017_07_27_02_world_from_335_was_2017_07_25_02_world.sql similarity index 100% rename from sql/updates/world/3.3.5/2017_07_25_02_world.sql rename to sql/updates/world/4.3.4/2017_07_27_02_world_from_335_was_2017_07_25_02_world.sql