fix(Scripts/Outland): add missing C++ code and remove SAI scripts from Tavarok and Darkweaver Syth (#16178)

* initial

* whitespace1

* Update tavarok_darkweaver_sai_removal.sql

fix sql
This commit is contained in:
Dan
2023-05-12 13:23:56 +02:00
committed by GitHub
parent 4afe8fef2c
commit 79954c34d4
5 changed files with 203 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
--
UPDATE `creature_template` SET `ScriptName` = 'boss_tavarok', `AIName` = '' WHERE `entry` = 18343;
UPDATE `creature_template` SET `ScriptName` = 'boss_darkweaver_syth', `AIName` = '' WHERE `entry` = 18472;
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (18343, 18472, 1847200) AND (`source_type` = 0 OR `source_type` = 9);