diff options
| author | QAston <none@none> | 2009-03-10 23:22:06 +0100 |
|---|---|---|
| committer | QAston <none@none> | 2009-03-10 23:22:06 +0100 |
| commit | 444bf06830c5331ee3ea5ecec33939705cf67960 (patch) | |
| tree | 0ec8f8ae66b909269853faa5db3388e46b7c81e1 /sql/updates/1814_world.sql | |
| parent | 6e38f12f3e96de6027363c098c139a1bdaf316e6 (diff) | |
*Fix fire nova totem proc.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/1814_world.sql')
| -rw-r--r-- | sql/updates/1814_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/1814_world.sql b/sql/updates/1814_world.sql new file mode 100644 index 00000000000..9fbcc71a96f --- /dev/null +++ b/sql/updates/1814_world.sql @@ -0,0 +1,3 @@ +-- Improved Fire Nova Totem +INSERT INTO `spell_proc_event` VALUES (16086, 0x00, 7, 0, 0x00040000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0); +INSERT INTO `spell_proc_event` VALUES (16544, 0x00, 7, 0, 0x00040000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0);
\ No newline at end of file |
