mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-09 00:08:01 +00:00
fix(DB/Creature): Add missing random movement to Sarkoth (#9389)
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1638031216146862485');
|
||||||
|
|
||||||
|
-- Add missing random movement to Sarkoth
|
||||||
|
UPDATE `creature` SET `wander_distance`=25, `MovementType`=1 WHERE `guid`=12263;
|
||||||
Reference in New Issue
Block a user