mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-13 15:33:59 +00:00
6
data/sql/updates/db_world/2023_05_12_01.sql
Normal file
6
data/sql/updates/db_world/2023_05_12_01.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2023_05_12_00 -> 2023_05_12_01
|
||||
--
|
||||
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);
|
||||
Reference in New Issue
Block a user