mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-27 20:32:21 +01:00
*Update proc system.
--HG-- branch : trunk
This commit is contained in:
2
sql/updates/3373_world_spell.sql
Normal file
2
sql/updates/3373_world_spell.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
DELETE FROM spell_linked_spell WHERE `spell_trigger` IN (38528);
|
||||
DELETE FROM spell_proc_event WHERE `entry` IN (31785, 33776);
|
||||
@@ -104,10 +104,6 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comm
|
||||
( 40604, 40616, 1, 'Fel Rage Aura'),
|
||||
( 40616, 41625, 1, 'Fel Rage Aura'),
|
||||
( 41292, 42017, 2, 'Aura of Suffering'),
|
||||
-- hyjal mount
|
||||
( 38528,-31984, 2, 'Protection of Elune - Finger of Death'),
|
||||
( 38528,-32111, 2, 'Protection of Elune - Finger of Death'),
|
||||
( 38528,-32124, 2, 'Protection of Elune - Denouement Wisp'),
|
||||
-- sunwell
|
||||
( 44869, 44866, 1, 'Spectral Blast Portal'),
|
||||
# (44869, 46648, 1, 'Spectral Blast Visual'), cause severe lag seems should be casted by go
|
||||
@@ -920,7 +916,6 @@ INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `Spell
|
||||
(31394, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0),
|
||||
(31569, 0, 3, 65536, 0, 0, 0, 0, 0, 0, 0),
|
||||
(31570, 0, 3, 65536, 0, 0, 0, 0, 0, 0, 0),
|
||||
(31785, 0, 0, 0, 0, 0, 34816, 0, 0, 0, 0),
|
||||
(31794, 0, 0, 0, 0, 0, 0, 65536, 0, 0, 0),
|
||||
(31801, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0),
|
||||
(31833, 0, 10, 2147483648, 0, 0, 0, 0, 0, 0, 0),
|
||||
@@ -974,7 +969,6 @@ INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `Spell
|
||||
(33746, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10),
|
||||
(33757, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3),
|
||||
(33759, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10),
|
||||
(33776, 0, 0, 0, 0, 0, 34816, 0, 0, 0, 0),
|
||||
(33881, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0),
|
||||
(33882, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0),
|
||||
(33883, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0),
|
||||
|
||||
Reference in New Issue
Block a user