mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
7
data/sql/updates/db_world/2023_05_12_00.sql
Normal file
7
data/sql/updates/db_world/2023_05_12_00.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- DB update 2023_05_10_10 -> 2023_05_12_00
|
||||
--
|
||||
UPDATE `creature_template` SET `ScriptName` = 'boss_mennu_the_betrayer', `AIName` = '' WHERE `entry` = 17941;
|
||||
UPDATE `creature_template` SET `ScriptName` = 'boss_quagmirran', `AIName` = '' WHERE `entry` = 17942;
|
||||
UPDATE `creature_template` SET `ScriptName` = 'boss_rokmar_the_crackler', `AIName` = '' WHERE `entry` = 17991;
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (17941, 17942, 17991) AND `source_type` = 0;
|
||||
Reference in New Issue
Block a user