mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 15:28:02 +00:00
fix(db/Creature): Scarlet Champion Wander & Wander Dist (#26045)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- 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