From 444bf06830c5331ee3ea5ecec33939705cf67960 Mon Sep 17 00:00:00 2001 From: QAston Date: Tue, 10 Mar 2009 23:22:06 +0100 Subject: *Fix fire nova totem proc. --HG-- branch : trunk --- sql/updates/1814_world.sql | 3 +++ sql/updates/CMakeLists.txt | 1 + 2 files changed, 4 insertions(+) create mode 100644 sql/updates/1814_world.sql (limited to 'sql/updates') 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 diff --git a/sql/updates/CMakeLists.txt b/sql/updates/CMakeLists.txt index 21cd2a28a7d..dc4dfb35d8b 100644 --- a/sql/updates/CMakeLists.txt +++ b/sql/updates/CMakeLists.txt @@ -74,4 +74,5 @@ INSTALL(FILES 1755_world.sql 1764_world.sql 1766_world.sql +1814_world.sql DESTINATION share/trinity/sql/updates) \ No newline at end of file -- cgit v1.2.3