fix(Scripts/Pets): Darting Hatchling not running around. (#15251)

* fix(Scripts/Pets): Darting Hatchling not running around.

* cs

* Update pet_generic.cpp

* RemoveAurasDueToSpell
This commit is contained in:
avarishd
2023-07-18 19:53:44 +03:00
committed by GitHub
parent 7ea62f1b7c
commit 08ed1fb47a
3 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
-- Darting Hatchling (pet)
UPDATE `creature_template_addon` SET `auras` = 62586 WHERE `entry` = 35396;
UPDATE `creature_template` SET `ScriptName` = 'npc_pet_darting_hatchling' WHERE `entry` = 35396;