SQL: Corrected file naming

This commit is contained in:
Shauren
2011-05-06 22:20:08 +02:00
parent 3690ce35b7
commit 89fe89e41e
7 changed files with 5 additions and 5 deletions

View File

@@ -1 +1 @@
UPDATE `spell_proc_event` SET `procFlags`=0x00010000 WHERE `entry` IN (71602, 71645);
UPDATE `spell_proc_event` SET `procFlags`=0x00010000 WHERE `entry` IN (71602,71645);

View File

@@ -1,3 +0,0 @@
DELETE FROM `spell_proc_event` WHERE `entry` = 70844;
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
(70844, 0, 4, 256, 0, 0, 0, 0, 0, 0, 0);

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_proc_event` WHERE `entry` = 70844;
INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`procFlags`,`procEx`,`ppmRate`,`CustomChance`,`Cooldown`) VALUES
(70844,0,4,256,0,0,0,0,0,0,0);

View File

@@ -2,4 +2,4 @@
DELETE FROM `spell_bonus_data` WHERE `entry` IN (67760,67714);
INSERT INTO `spell_bonus_data` (`entry`,`direct_bonus`,`dot_bonus`,`ap_bonus`,`ap_dot_bonus`,`comments`) VALUES
(67760,0,0,0,0, 'Item - Coliseum 25 Heroic Caster Trinket - Pillar of Flame'),
(67714,0,0,0,0, 'Item - Coliseum 25 Normal Caster Trinket - Pillar of Flame');
(67714,0,0,0,0, 'Item - Coliseum 25 Normal Caster Trinket - Pillar of Flame');