diff options
| author | megamage <none@none> | 2008-12-28 10:52:24 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2008-12-28 10:52:24 -0600 |
| commit | 3bbf8d6be8cd67d99fc8c1df3a971fe4e7e680ef (patch) | |
| tree | 0264a08b586df36f290a6b1b6a839dcf9b829c75 /sql/updates/692_world.sql | |
| parent | ac9cced914fb4c9db0b2b64f7fd9f9ab8c7802ee (diff) | |
| parent | 9fa37dc69344a28a585bc2dee6713d7ebaa03d28 (diff) | |
HG 698.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/692_world.sql')
| -rw-r--r-- | sql/updates/692_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/692_world.sql b/sql/updates/692_world.sql new file mode 100644 index 00000000000..634bf6a7f46 --- /dev/null +++ b/sql/updates/692_world.sql @@ -0,0 +1,7 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN ('14144','14148'); +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +('14144','0','0','0','2','0','0','0','0'), +('14148','0','0','0','2','0','0','0','0'); +DELETE FROM `spell_proc_event` WHERE entry = 38164; +INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask`,`procFlags`,`procEx`,`ppmRate`,`CustomChance`,`Cooldown`) VALUES + (38164,0,0,0,0,1,0,0,60);
\ No newline at end of file |
