fix(DB/SAI): Remove some bad SAI from turtles (#8808)

This commit is contained in:
Malcrom 2021-11-03 05:22:25 -03:00 committed by GitHub
parent bfe290477c
commit f90ff990df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;