Scripts/Spells: Implemented Wyvern Sting script

- Removed old hack with spell_linked_spell
This commit is contained in:
Keader
2019-08-17 11:48:27 -03:00
parent a054ce864d
commit ea16c4ac9f
2 changed files with 46 additions and 1 deletions

View 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');