mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +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