mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 12:47:07 +00:00
5
data/sql/updates/db_world/2025_11_13_01.sql
Normal file
5
data/sql/updates/db_world/2025_11_13_01.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2025_11_13_00 -> 2025_11_13_01
|
||||
|
||||
-- Delete SmartAI
|
||||
UPDATE `creature_template` SET `AIName` = '' WHERE `entry` = 30066;
|
||||
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 30066) AND (`source_type` = 0);
|
||||
Reference in New Issue
Block a user