fix(DB/Creature): add auras to Jadefire Shadowstalker (#7691)

This commit is contained in:
Asthalor
2021-09-06 13:07:07 +02:00
committed by GitHub
parent 29559d3747
commit 82cfdfeddf

View File

@@ -0,0 +1,8 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1630588319071631667');
-- Add Slowing poison and fade by aura
UPDATE `creature_template_addon` SET `auras` = '22766 8601' WHERE (`entry` = 7110);
-- Remove the casting of the slowing posion and sneak from smartAi as they now works on auras
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 7110) AND (`source_type` = 0) AND (`id` IN (0, 2));