From c4d94c80f38a162a783dda62708afaad71a820d6 Mon Sep 17 00:00:00 2001 From: Eddy Vega <61223313+Si1ker@users.noreply.github.com> Date: Sat, 8 Jul 2023 17:07:37 -0600 Subject: [PATCH] fix(DB/Creature): Add correct stealth to Crag Stalker (#16574) * init Co-authored-by: CraftedRO --- .../updates/pending_db_world/rev_1687028319280087800.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1687028319280087800.sql diff --git a/data/sql/updates/pending_db_world/rev_1687028319280087800.sql b/data/sql/updates/pending_db_world/rev_1687028319280087800.sql new file mode 100644 index 000000000..2b960c31d --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1687028319280087800.sql @@ -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; +