From d910fc951e0ccc74f904700d28e7dc5faed5462e Mon Sep 17 00:00:00 2001 From: QAston Date: Sun, 15 Mar 2009 16:20:10 +0100 Subject: *Auras by caster are now shown correctly (doublesized). *First rank of Psychic Horror now procs correctly. *Mana drain effects amount of damage is now correct. *Raczman is now satisfied. --HG-- branch : trunk rename : sql/updates/1910_world.sql => sql/updates/1912_world.sql --- sql/updates/1910_world.sql | 11 ----------- sql/updates/1912_world.sql | 11 +++++++++++ sql/updates/CMakeLists.txt | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 sql/updates/1910_world.sql create mode 100644 sql/updates/1912_world.sql (limited to 'sql/updates') diff --git a/sql/updates/1910_world.sql b/sql/updates/1910_world.sql deleted file mode 100644 index 940c152bdd5..00000000000 --- a/sql/updates/1910_world.sql +++ /dev/null @@ -1,11 +0,0 @@ --- Shattered Barrier --- Psychic Horror --- Improved Fear -DELETE FROM `spell_proc_event` WHERE `entry` IN (44745, 54787, 47571, 47572, 53754, 53759); -INSERT INTO `spell_proc_event` VALUES -(44745, 0x00, 3, 0x00000000, 0x00000001, 0x00000000, 0x00008000, 0x0006000, 0.000000, 0.000000, 0), -(54787, 0x00, 3, 0x00000000, 0x00000001, 0x00000000, 0x00008000, 0x0006000, 0.000000, 0.000000, 0), -(47571, 0x00, 6, 65536, 0x00000000, 0x00000000, 0x00000000, 0x0006000, 0.000000, 0.000000, 0), -(47572, 0x00, 6, 59981, 0x00000000, 0x00000000, 0x00000000, 0x0006000, 0.000000, 0.000000, 0), -(53754, 0x00, 5, 0x00000000, 1024, 0x00000000, 0x00000000, 0x0006000, 0.000000, 0.000000, 0), -(53759, 0x00, 5, 0x00000000, 1024, 0x00000000, 0x00000000, 0x0006000, 0.000000, 0.000000, 0); \ No newline at end of file diff --git a/sql/updates/1912_world.sql b/sql/updates/1912_world.sql new file mode 100644 index 00000000000..267dcf548e9 --- /dev/null +++ b/sql/updates/1912_world.sql @@ -0,0 +1,11 @@ +-- Shattered Barrier +-- Psychic Horror +-- Improved Fear +DELETE FROM `spell_proc_event` WHERE `entry` IN (44745, 54787, 47571, 47572, 53754, 53759); +INSERT INTO `spell_proc_event` VALUES +(44745, 0x00, 3, 0x00000000, 0x00000001, 0x00000000, 0x00008000, 0x0006000, 0.000000, 0.000000, 0), +(54787, 0x00, 3, 0x00000000, 0x00000001, 0x00000000, 0x00008000, 0x0006000, 0.000000, 0.000000, 0), +(47571, 0x00, 6, 65536, 0x00000000, 0x00000000, 65536, 0x0006000, 0.000000, 0.000000, 0), +(47572, 0x00, 6, 59981, 0x00000000, 0x00000000, 65536, 0x0006000, 0.000000, 0.000000, 0), +(53754, 0x00, 5, 0x00000000, 1024, 0x00000000, 0x00000000, 0x0006000, 0.000000, 0.000000, 0), +(53759, 0x00, 5, 0x00000000, 1024, 0x00000000, 0x00000000, 0x0006000, 0.000000, 0.000000, 0); diff --git a/sql/updates/CMakeLists.txt b/sql/updates/CMakeLists.txt index 833a80fc083..0dff617efb2 100644 --- a/sql/updates/CMakeLists.txt +++ b/sql/updates/CMakeLists.txt @@ -81,7 +81,7 @@ INSTALL(FILES 1877_mangos_7439_01_world_trinity_string.sql 1884_world.sql 1886_world.sql -1910_world.sql 1911_world.sql +1912_world.sql 1927_world.sql DESTINATION share/trinity/sql/updates) \ No newline at end of file -- cgit v1.2.3