mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-29 16:43:47 +00:00
fix(DB/Creature): Use addon instead of SAI for Eyeless Watcher and Unseen Servant (#15551)
Create rev_1679584531586420800.sql
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user