mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
fix(DB/creature): Added movement to Mok'rash (1493) (#7197)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1627818799536182900');
|
||||
|
||||
-- Added movement to Mok'rash (1493)
|
||||
UPDATE `creature` SET `MovementType` = 1, `wander_distance`= 5 WHERE (`id` = 1493) AND (`guid` IN (1672));
|
||||
|
||||
Reference in New Issue
Block a user