diff --git a/sql/updates/world/3.3.5/2017_04_27_00_world_335.sql b/sql/updates/world/3.3.5/2017_04_27_00_world_335.sql deleted file mode 100644 index c1b9a5833d7..00000000000 --- a/sql/updates/world/3.3.5/2017_04_27_00_world_335.sql +++ /dev/null @@ -1,2 +0,0 @@ --- Fix for "Guarded Thunderbrew Barrel" and "Distracting Jarven" -UPDATE `quest_template_addon` SET `PrevQuestID`=0 WHERE `id` in (308,403); diff --git a/sql/updates/world/3.3.5/2017_04_27_01_world_335.sql b/sql/updates/world/3.3.5/2017_04_27_01_world_335.sql deleted file mode 100644 index 9259c6eb1ca..00000000000 --- a/sql/updates/world/3.3.5/2017_04_27_01_world_335.sql +++ /dev/null @@ -1 +0,0 @@ -UPDATE `spell_proc` SET `AttributesMask`=`AttributesMask`|0x2 WHERE `SpellId`=55689; diff --git a/sql/updates/world/4.3.4/2017_04_28_00_world_from_335_2017_04_27_00_world_335.sql b/sql/updates/world/4.3.4/2017_04_28_00_world_from_335_2017_04_27_00_world_335.sql new file mode 100644 index 00000000000..28247b00516 --- /dev/null +++ b/sql/updates/world/4.3.4/2017_04_28_00_world_from_335_2017_04_27_00_world_335.sql @@ -0,0 +1,2 @@ +-- Fix for "Guarded Thunderbrew Barrel" and "Distracting Jarven" +-- UPDATE `quest_template_addon` SET `PrevQuestID`=0 WHERE `id` in (308,403); diff --git a/sql/updates/world/4.3.4/2017_04_28_01_world_from_335_2017_04_27_01_world_335.sql b/sql/updates/world/4.3.4/2017_04_28_01_world_from_335_2017_04_27_01_world_335.sql new file mode 100644 index 00000000000..393a7d6f082 --- /dev/null +++ b/sql/updates/world/4.3.4/2017_04_28_01_world_from_335_2017_04_27_01_world_335.sql @@ -0,0 +1 @@ +-- UPDATE `spell_proc` SET `AttributesMask`=`AttributesMask`|0x2 WHERE `SpellId`=55689; diff --git a/sql/updates/world/3.3.5/2017_04_27_02_world.sql b/sql/updates/world/4.3.4/2017_04_28_02_world_from_335_2017_04_27_02_world.sql similarity index 100% rename from sql/updates/world/3.3.5/2017_04_27_02_world.sql rename to sql/updates/world/4.3.4/2017_04_28_02_world_from_335_2017_04_27_02_world.sql