mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 15:28:02 +00:00
5
data/sql/updates/db_world/2026_06_02_00.sql
Normal file
5
data/sql/updates/db_world/2026_06_02_00.sql
Normal 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));
|
||||
Reference in New Issue
Block a user