fix(Scripts/Spell): Improve Inoculation quest (#15759)

* fix(Core/Quest): Improve Inoculation

* update fix

* .

* ..
This commit is contained in:
Grimgravy
2023-08-11 19:17:06 -03:00
committed by GitHub
parent 211ceecc32
commit c256d8da55
2 changed files with 61 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
--
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_inoculate_nestlewood_owlkin';
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(29528, 'spell_inoculate_nestlewood_owlkin');
UPDATE `creature_template` SET `AIName` = '' WHERE `entry` = 16518;
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 16518);
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 1651800) AND (`source_type` = 9) AND (`id` IN (0, 1, 2, 3, 4, 5, 6, 7, 8));