diff options
author | QAston <none@none> | 2009-04-20 12:38:35 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-04-20 12:38:35 +0200 |
commit | 9ddd7cf660fc73f2a3963a0f88c16f7d1d823a41 (patch) | |
tree | 5ac69cb495fcd68c21d2ac7d1bc809715529356b /sql | |
parent | 8ad26e0db6cd9550373b9b81902e03c232eb9f4d (diff) |
Implement attribute flag SPELL_ATTR_EX2_TRIGGERED_CAN_TRIGGER, fix improved fire nova totem.
--HG--
branch : trunk
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/2828_world_spell_proc_event.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/2828_world_spell_proc_event.sql b/sql/updates/2828_world_spell_proc_event.sql new file mode 100644 index 00000000000..23c436533cd --- /dev/null +++ b/sql/updates/2828_world_spell_proc_event.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (16544, 16086); +INSERT INTO `spell_proc_event` VALUES +(16544, 0x00, 11, 0x00000000, 0x00040000, 0x00000000, 0x00000000, 0x0000000, 0.000000, 0.000000, 0), +(16086, 0x00, 11, 0x00000000, 0x00040000, 0x00000000, 0x00000000, 0x0000000, 0.000000, 0.000000, 0); |