fix(Creature): Remove bad SmartAI entries. (#19380)
* Init. * Add `source_type`.
This commit is contained in:
parent
05f4fa1a35
commit
1c28456599
1 changed files with 3 additions and 0 deletions
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue