fix(DB/SAI): Remove some bad SAI from turtles (#8808)
This commit is contained in:
parent
bfe290477c
commit
f90ff990df
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1635459481686892682');
|
||||
|
||||
-- Removed bad SAI from Snapjaw, Saltwater Snapjaw, Surf Glider, Ironback, Steeljaw Snapper, Cranky Benj
|
||||
UPDATE `creature_template` SET `AIName`='' WHERE `entry` IN (2408,2505,5431,8213,14123,14223);
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (2408,2505,5431,8213,14123,14223) AND `source_type`=0;
|
||||
Loading…
Add table
Add a link
Reference in a new issue