diff options
author | Blaymoira <none@none> | 2008-12-28 01:23:22 +0100 |
---|---|---|
committer | Blaymoira <none@none> | 2008-12-28 01:23:22 +0100 |
commit | dc29c2d2524e2e1c052506ae17cfc90b37a3bc56 (patch) | |
tree | 387bdc00f49ad28e1a4e4afbca9e2bc6ea3e5f60 | |
parent | 2315eacbd52be4677ec3430911eb6aac2540d579 (diff) |
*DB data for spell 38164 - bye XTElite1
*DB data for spell 14144, 14148 - bye Disassembler
--HG--
branch : trunk
-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 |