mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-16 14:05:28 +00:00
@@ -1,2 +1,3 @@
|
|||||||
|
-- DB update 2023_07_12_00 -> 2023_07_15_00
|
||||||
--
|
--
|
||||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (22038, 22482) AND (`source_type` = 0) AND (`id` IN (12));
|
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (22038, 22482) AND (`source_type` = 0) AND (`id` IN (12));
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
-- DB update 2023_07_15_00 -> 2023_07_15_01
|
||||||
--
|
--
|
||||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 23168;
|
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 23168;
|
||||||
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 23168);
|
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 23168);
|
||||||
Reference in New Issue
Block a user