Fix several console warnings

This commit is contained in:
郑佩茹
2023-09-03 10:27:37 -06:00
parent 2dd4ee1162
commit b1986264ae

View File

@@ -7,3 +7,6 @@ UPDATE `creature_template` SET `unit_class` = 2 WHERE `entry` IN (22742, 22791,
37245, 37256, 37443, 37472, 37341);
UPDATE `creature_template` SET `unit_class` = 1 WHERE `entry` IN (22632, 32055, 31921, 37376);
UPDATE `creature_template` SET `unit_class` = 8 WHERE `entry` IN (29273);
/* Delete unused Creature Addon data */
DELETE FROM `creature_addon` WHERE `guid` IN (133917, 133918, 133919, 133920, 133928);