SQL: File namings after recent pulls

This commit is contained in:
Shocker
2011-11-26 20:41:43 +02:00
parent 1a7b0d573c
commit 6e943ef1cc
3 changed files with 3 additions and 2 deletions

View File

@@ -1 +0,0 @@
UPDATE `spell_proc_event` SET `SpellFamilyMask2`=64 WHERE `entry`=33193;

View File

@@ -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;
DELETE FROM `spell_group_stack_rules` WHERE `group_id`=1043 LIMIT 1;

View File

@@ -0,0 +1,2 @@
-- Misery
UPDATE `spell_proc_event` SET `SpellFamilyMask2` = `SpellFamilyMask2` | 64 WHERE `entry` = 33193;