diff options
author | Shocker <shocker@freakz.ro> | 2011-11-26 20:41:43 +0200 |
---|---|---|
committer | Shocker <shocker@freakz.ro> | 2011-11-26 20:41:43 +0200 |
commit | 6e943ef1cc23699e044ed0cf29f2a98f26943a7d (patch) | |
tree | ba57d8aea9eddd60345257025e4986bfd20359ee | |
parent | 1a7b0d573cdd1ebc90752ac525909054f9dee2eb (diff) |
SQL: File namings after recent pulls
-rw-r--r-- | sql/updates/world/2011_10_24_00_world_spell_proc_event.sql | 1 | ||||
-rw-r--r-- | sql/updates/world/2011_11_26_02_world_spell_group.sql (renamed from sql/updates/world/2011_11_23_00_world_spell_group.sql) | 2 | ||||
-rw-r--r-- | sql/updates/world/2011_11_26_03_world_spell_proc_event.sql | 2 |
3 files changed, 3 insertions, 2 deletions
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_26_02_world_spell_group.sql index f7258dc882f..71ad2eaf9fb 100644 --- a/sql/updates/world/2011_11_23_00_world_spell_group.sql +++ b/sql/updates/world/2011_11_26_02_world_spell_group.sql @@ -4,4 +4,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 +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; |