chore(DB): import pending files

Referenced commit(s): 9b6da94510
This commit is contained in:
AzerothCoreBot
2022-07-19 17:33:19 +00:00
parent 9b6da94510
commit 1c8d562f01

View File

@@ -0,0 +1,8 @@
-- DB update 2022_07_19_01 -> 2022_07_19_02
--
UPDATE `creature` SET `MovementType` = 1, `wander_distance` = 5 WHERE `guid` IN (51879,51914);
UPDATE `creature` SET `MovementType` = 0 WHERE `guid` = 132313;
UPDATE `creature_template` SET `AIName` = 'NullCreatureAI' WHERE `AIName` IN ('NullCreatureAi', 'NullAI');
UPDATE `creature_template` SET `AIName` = 'AggressorAI' WHERE `AIName` = 'AgressorAI';
UPDATE `creature_template` SET `AIName` = '' WHERE `AIName` = 'OutdoorPvPObjectiveAI';