mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 22:56:24 +00:00
fix(DB/Creature): add movement to a few Mummified Headhunters (#7517)
Adds movement to a few static Mummified Headhunters.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1629726120062356983');
|
||||
|
||||
-- adds movement to a few Mummified Headhunters
|
||||
UPDATE `creature` SET `MovementType` = 1, `wander_distance` = 5 WHERE `id` = 16342 AND `guid` IN (82050, 82052, 82053, 82054, 82055, 82056, 82048, 82084);
|
||||
Reference in New Issue
Block a user