chore(DB): import pending files

Referenced commit(s): d21dd6d0bd
This commit is contained in:
github-actions[bot]
2025-03-29 10:19:43 +00:00
parent b384f4cc66
commit d549776335
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2025_03_29_00 -> 2025_03_29_01
-- Set Wander Distance and Movement Type
UPDATE `creature` SET `wander_distance` = 0, `MovementType` = 0 WHERE (`id1` = 28557) AND (`guid` IN (128755, 128761, 128763));

View File

@@ -1,3 +1,4 @@
-- DB update 2025_03_29_01 -> 2025_03_29_02
-- Southshore Crier
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 2435;