fix(DB/Creature): Use addon instead of SAI for Eyeless Watcher and Unseen Servant (#15551)

Create rev_1679584531586420800.sql
This commit is contained in:
Gultask
2023-03-24 13:36:31 -03:00
committed by GitHub
parent a094d0da44
commit d782927931

View File

@@ -0,0 +1,7 @@
--
DELETE FROM `smart_scripts` WHERE (`entryorguid` IN (8538, 8539)) AND (`source_type` = 0) AND (`id` IN (2));
DELETE FROM `creature_template_addon` WHERE (`entry` IN (8538, 8539));
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
(8538, 0, 0, 0, 1, 0, 0, '16380'),
(8539, 0, 0, 0, 1, 0, 0, '16380');