mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
fix(Creature): Remove bad SmartAI entries. (#19380)
* Init. * Add `source_type`.
This commit is contained in:
3
data/sql/updates/pending_db_world/bad-ai.sql
Normal file
3
data/sql/updates/pending_db_world/bad-ai.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
UPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (2307, 11940, 11941, 11943, 19064, 32743, 37072);
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (2307, 11940, 11941, 11943, 19064, 32743, 37072) AND `source_type` = 0;
|
||||
Reference in New Issue
Block a user