mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 12:47:07 +00:00
@@ -1,3 +1,4 @@
|
||||
-- DB update 2022_06_28_02 -> 2022_06_28_03
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 30886;
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 30886);
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2022_06_28_03 -> 2022_06_28_04
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 25063;
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 25063);
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2022_06_28_04 -> 2022_06_28_05
|
||||
--
|
||||
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 756) AND (`source_type` = 0);
|
||||
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 669) AND (`source_type` = 0) AND (`id` IN (0));
|
||||
Reference in New Issue
Block a user