From 9ddd7cf660fc73f2a3963a0f88c16f7d1d823a41 Mon Sep 17 00:00:00 2001 From: QAston Date: Mon, 20 Apr 2009 12:38:35 +0200 Subject: Implement attribute flag SPELL_ATTR_EX2_TRIGGERED_CAN_TRIGGER, fix improved fire nova totem. --HG-- branch : trunk --- sql/updates/2828_world_spell_proc_event.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/2828_world_spell_proc_event.sql (limited to 'sql/updates') 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); -- cgit v1.2.3