aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorQAston <none@none>2009-03-19 21:47:16 +0100
committerQAston <none@none>2009-03-19 21:47:16 +0100
commitc6f3532ada2f7796e3a71cf12d318fdddcd07941 (patch)
tree30ceb3215a43565a92d02b67c604cae18e616f98 /sql
parenta2392121f0a8fed9f19ddadfa2880ed6f4691381 (diff)
*Fix Area auras for target without a party.
*Fix Improved soul leech and correct procflags for soul leech. --HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/2021_world.sql6
-rw-r--r--sql/updates/CMakeLists.txt1
2 files changed, 7 insertions, 0 deletions
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