chore(DB): import pending files

Referenced commit(s): ee29d59902
This commit is contained in:
github-actions[bot]
2026-06-02 09:39:52 +00:00
parent ee29d59902
commit ffc7d4df8e

View File

@@ -0,0 +1,5 @@
-- DB update 2026_06_01_02 -> 2026_06_02_00
-- Adjust Scarlet Champion (NPC ID 29080, GUID 129992)
-- Set Idle
-- Set Wander Dist to 0
UPDATE `creature` SET `wander_distance` = 0, `MovementType` = 0 WHERE (`id1` = 29080) AND (`guid` IN (129992));