mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
*Fix Area auras for target without a party.
*Fix Improved soul leech and correct procflags for soul leech. --HG-- branch : trunk
This commit is contained in:
6
sql/updates/2021_world.sql
Normal file
6
sql/updates/2021_world.sql
Normal file
@@ -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);
|
||||
@@ -87,4 +87,5 @@ INSTALL(FILES
|
||||
1939_word.sql
|
||||
1957_word.sql
|
||||
2013_world.sql
|
||||
2021_world.sql
|
||||
DESTINATION share/trinity/sql/updates)
|
||||
Reference in New Issue
Block a user