mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 16:10:49 +01:00
Core/Spells: updated Beacon of Light to Cataclysm
This commit is contained in:
14
sql/updates/world/custom/custom_2019_04_16_00_world.sql
Normal file
14
sql/updates/world/custom/custom_2019_04_16_00_world.sql
Normal file
@@ -0,0 +1,14 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` IN
|
||||
('spell_pal_light_s_beacon',
|
||||
'spell_pal_lights_beacon');
|
||||
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(53651, 'spell_pal_lights_beacon');
|
||||
|
||||
SET @FAMILY_FLAGS0 := 0 | 0x00200000 | 0x40000000 | 0x80000000;
|
||||
SET @FAMILY_FLAGS1 := 0;
|
||||
SET @FAMILY_FLAGS2 := 0 | 0x00000400 | 0x00004000 | 0x00040000;
|
||||
|
||||
DELETE FROM `spell_proc` WHERE `SpellId`= 53651;
|
||||
INSERT INTO `spell_proc` (`SpellId`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`) VALUES
|
||||
(53651, 10, @FAMILY_FLAGS0, @FAMILY_FLAGS1, @FAMILY_FLAGS2, 0, 2, 2, 0, 0);
|
||||
Reference in New Issue
Block a user