mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-17 17:24:33 +00:00
8
data/sql/updates/db_world/2022_07_19_02.sql
Normal file
8
data/sql/updates/db_world/2022_07_19_02.sql
Normal 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';
|
||||
Reference in New Issue
Block a user