mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-02 07:07:29 +01:00
Scripts/Spells: Implemented Wyvern Sting script
- Removed old hack with spell_linked_spell
This commit is contained in:
6
sql/updates/world/3.3.5/2019_08_17_00_world.sql
Normal file
6
sql/updates/world/3.3.5/2019_08_17_00_world.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- Burn with fire spell_linked_spell hack
|
||||
DELETE FROM spell_linked_spell WHERE `spell_trigger` IN (-19386, -24132, -24133, -27068, -49011, -49012);
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_hun_wyvern_sting';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(-19386,'spell_hun_wyvern_sting');
|
||||
Reference in New Issue
Block a user