fix(DB/Creature): Add correct stealth to Crag Stalker (#16574)

* init

Co-authored-by: CraftedRO <CraftedRO@users.noreply.github.com>
This commit is contained in:
Eddy Vega
2023-07-08 17:07:37 -06:00
committed by GitHub
parent 66520372f6
commit c4d94c80f3

View File

@@ -0,0 +1,6 @@
--
DELETE FROM `smart_scripts` WHERE `entryorguid` = 4126 AND `source_type` = 0 AND `id` = 0;
DELETE FROM `creature_template_addon` WHERE `entry` = 4126;
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES (4126, 0, 0, 0, 1, 0, 0, '22766');
UPDATE `smart_scripts` SET `id`=0 WHERE `entryorguid`=4126 AND `source_type`=0 AND `id`=1 AND `link`=0;