diff options
| author | QAston <none@none> | 2009-02-25 19:35:44 +0100 |
|---|---|---|
| committer | QAston <none@none> | 2009-02-25 19:35:44 +0100 |
| commit | 50d2fc34ecc2c9e2481188d8ac10c8ad8e02303e (patch) | |
| tree | 1a9961bec9fb39ee8b8ea556175fcde187dcf198 /sql | |
| parent | 98b8e2eeb6b62bcc27412a172d9c52a6e2a16bed (diff) | |
*Fix forbearance.
*Fix new ranks of Holy Nova.
*Fix Imp. holy concentration.
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/1559_world.sql | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sql/updates/1559_world.sql b/sql/updates/1559_world.sql new file mode 100644 index 00000000000..eea06da956d --- /dev/null +++ b/sql/updates/1559_world.sql @@ -0,0 +1,13 @@ +INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES +(48077, 48075, 0, 'Holy Nova (rank8)'), +(48078, 48076, 0, 'Holy Nova (rank9)'), +(47585, 60069, 0, 'Dispersion (transform/regen)'); + +DELETE FROM `spell_proc_event` WHERE `entry` IN (47549); +INSERT INTO `spell_proc_event` VALUES (47549, 0x00, 6, 0x00000000, 0x00000200, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0); +DELETE FROM `spell_proc_event` WHERE `entry` IN (47551); +INSERT INTO `spell_proc_event` VALUES (47551, 0x00, 6, 0x00000000, 0x00000200, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0); +DELETE FROM `spell_proc_event` WHERE `entry` IN (47552); +INSERT INTO `spell_proc_event` VALUES (47552, 0x00, 6, 0x00000000, 0x00000200, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0); + + |
