mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 16:39:08 +01:00
Core/Spells: handle night elf racial bonus for Shadowmeld and no longer allow Pounce and Ravage being casted while using Shadowmeld (#348)
This commit is contained in:
9
sql/updates/world/4.3.4/2022_04_12_00_world.sql
Normal file
9
sql/updates/world/4.3.4/2022_04_12_00_world.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` IN
|
||||
('spell_dru_pounce',
|
||||
'spell_dru_ravage',
|
||||
'spell_gen_shadowmeld');
|
||||
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(9005, 'spell_dru_pounce'),
|
||||
(6785, 'spell_dru_ravage'),
|
||||
(58984, 'spell_gen_shadowmeld');
|
||||
Reference in New Issue
Block a user