From c6f3532ada2f7796e3a71cf12d318fdddcd07941 Mon Sep 17 00:00:00 2001 From: QAston Date: Thu, 19 Mar 2009 21:47:16 +0100 Subject: *Fix Area auras for target without a party. *Fix Improved soul leech and correct procflags for soul leech. --HG-- branch : trunk --- sql/updates/2021_world.sql | 6 ++++++ sql/updates/CMakeLists.txt | 1 + 2 files changed, 7 insertions(+) create mode 100644 sql/updates/2021_world.sql (limited to 'sql') diff --git a/sql/updates/2021_world.sql b/sql/updates/2021_world.sql new file mode 100644 index 00000000000..38e86847763 --- /dev/null +++ b/sql/updates/2021_world.sql @@ -0,0 +1,6 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (30293, 30295, 30296); +INSERT INTO `spell_proc_event` VALUES +-- Soul Leech +(30293, 0x00, 5, 0x00000381, 0x200C0, 0x00000000, 0x0000000, 0x0000000, 0.000000, 0.000000, 0), +(30295, 0x00, 5, 0x00000381, 0x200C0, 0x00000000, 0x0000000, 0x0000000, 0.000000, 0.000000, 0), +(30296, 0x00, 5, 0x00000381, 0x200C0, 0x00000000, 0x0000000, 0x0000000, 0.000000, 0.000000, 0); \ No newline at end of file diff --git a/sql/updates/CMakeLists.txt b/sql/updates/CMakeLists.txt index 83d237c5eb2..7412d137532 100644 --- a/sql/updates/CMakeLists.txt +++ b/sql/updates/CMakeLists.txt @@ -87,4 +87,5 @@ INSTALL(FILES 1939_word.sql 1957_word.sql 2013_world.sql +2021_world.sql DESTINATION share/trinity/sql/updates) \ No newline at end of file -- cgit v1.2.3