diff options
| author | QAston <none@none> | 2009-04-25 20:36:31 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-04-25 20:36:31 +0200 |
| commit | ec4031be35cca5b1ce180c399716d40eff3825ca (patch) | |
| tree | c65979c7ca264f7a4518479bf883249130963e96 /sql | |
| parent | 373914f1f96c7249df6bb9ced1ba27be44dfa676 (diff) | |
*Fix improved shadowform.
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/2923_world_spell_proc_event.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/2923_world_spell_proc_event.sql b/sql/updates/2923_world_spell_proc_event.sql new file mode 100644 index 00000000000..4212d703e75 --- /dev/null +++ b/sql/updates/2923_world_spell_proc_event.sql @@ -0,0 +1,6 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (47569, 47570); +INSERT INTO `spell_proc_event` VALUES +(47569, 0x00, 6, 0x00004000, 0x00000000, 0x00000000, 0x00004000, 0x00000000, 0.000000, 50.000000, 0), +(47570, 0x00, 6, 0x00004000, 0x00000000, 0x00000000, 0x00004000, 0x00000000, 0.000000, 100.000000, 0); + + |
