From 6e943ef1cc23699e044ed0cf29f2a98f26943a7d Mon Sep 17 00:00:00 2001 From: Shocker Date: Sat, 26 Nov 2011 20:41:43 +0200 Subject: SQL: File namings after recent pulls --- sql/updates/world/2011_10_24_00_world_spell_proc_event.sql | 1 - sql/updates/world/2011_11_23_00_world_spell_group.sql | 7 ------- sql/updates/world/2011_11_26_02_world_spell_group.sql | 7 +++++++ sql/updates/world/2011_11_26_03_world_spell_proc_event.sql | 2 ++ 4 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 sql/updates/world/2011_10_24_00_world_spell_proc_event.sql delete mode 100644 sql/updates/world/2011_11_23_00_world_spell_group.sql create mode 100644 sql/updates/world/2011_11_26_02_world_spell_group.sql create mode 100644 sql/updates/world/2011_11_26_03_world_spell_proc_event.sql (limited to 'sql') diff --git a/sql/updates/world/2011_10_24_00_world_spell_proc_event.sql b/sql/updates/world/2011_10_24_00_world_spell_proc_event.sql deleted file mode 100644 index 32fb23ddbee..00000000000 --- a/sql/updates/world/2011_10_24_00_world_spell_proc_event.sql +++ /dev/null @@ -1 +0,0 @@ -UPDATE `spell_proc_event` SET `SpellFamilyMask2`=64 WHERE `entry`=33193; \ No newline at end of file diff --git a/sql/updates/world/2011_11_23_00_world_spell_group.sql b/sql/updates/world/2011_11_23_00_world_spell_group.sql deleted file mode 100644 index f7258dc882f..00000000000 --- a/sql/updates/world/2011_11_23_00_world_spell_group.sql +++ /dev/null @@ -1,7 +0,0 @@ --- Blessing of Sanctuary + Grace -DELETE FROM `spell_group` WHERE `id`>=1091 AND `id`<=1093 LIMIT 4; -DELETE FROM `spell_group_stack_rules` WHERE `group_id`=1093 LIMIT 1; - --- Ebon Plague + Curse of Elements + Earth and Moon -DELETE FROM `spell_group` WHERE `id`>=1040 AND `id`<=1043 LIMIT 6; -DELETE FROM `spell_group_stack_rules` WHERE `group_id`=1043 LIMIT 1; \ No newline at end of file diff --git a/sql/updates/world/2011_11_26_02_world_spell_group.sql b/sql/updates/world/2011_11_26_02_world_spell_group.sql new file mode 100644 index 00000000000..71ad2eaf9fb --- /dev/null +++ b/sql/updates/world/2011_11_26_02_world_spell_group.sql @@ -0,0 +1,7 @@ +-- Blessing of Sanctuary + Grace +DELETE FROM `spell_group` WHERE `id`>=1091 AND `id`<=1093 LIMIT 4; +DELETE FROM `spell_group_stack_rules` WHERE `group_id`=1093 LIMIT 1; + +-- Ebon Plague + Curse of Elements + Earth and Moon +DELETE FROM `spell_group` WHERE `id`>=1040 AND `id`<=1043 LIMIT 6; +DELETE FROM `spell_group_stack_rules` WHERE `group_id`=1043 LIMIT 1; diff --git a/sql/updates/world/2011_11_26_03_world_spell_proc_event.sql b/sql/updates/world/2011_11_26_03_world_spell_proc_event.sql new file mode 100644 index 00000000000..36837be8ab6 --- /dev/null +++ b/sql/updates/world/2011_11_26_03_world_spell_proc_event.sql @@ -0,0 +1,2 @@ +-- Misery +UPDATE `spell_proc_event` SET `SpellFamilyMask2` = `SpellFamilyMask2` | 64 WHERE `entry` = 33193; -- cgit v1.2.3