mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
*Fix Living Bomb target selection.
*Fix healing mod apply for devouring plague. *Fix psychic horror. --HG-- branch : trunk
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
-- Shattered Barrier
|
||||
-- Psychic Horror
|
||||
-- Improved Fear
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (44745, 54787, 47571, 47572, 53754, 53759);
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (44745, 54787, 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);
|
||||
|
||||
5
sql/updates/1939_word.sql
Normal file
5
sql/updates/1939_word.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- Psychic Horror
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (47571, 47572);
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
(47571, 0x00, 6, 65536, 0x00000000, 0x00000000, 0x00010000, 0x0006000, 0.000000, 50.000000, 0),
|
||||
(47572, 0x00, 6, 65536, 0x00000000, 0x00000000, 0x00010000, 0x0006000, 0.000000, 100.000000, 0);
|
||||
@@ -84,4 +84,5 @@ INSTALL(FILES
|
||||
1911_world.sql
|
||||
1912_world.sql
|
||||
1927_world.sql
|
||||
1939_word.sql
|
||||
DESTINATION share/trinity/sql/updates)
|
||||
Reference in New Issue
Block a user