mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 13:46:24 +00:00
fix (DB/Creature): add roaming Stonewind Trackers (#7661)
This commit is contained in:
4
rev_1630418153212582713.sql
Normal file
4
rev_1630418153212582713.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1630418153212582713');
|
||||
|
||||
-- Adds movements for Stonewind Trackers
|
||||
UPDATE `creature` SET `MovementType` = 1, `wander_distance` = 5 WHERE `id` = 16316 AND `guid` IN (82666, 82668);
|
||||
Reference in New Issue
Block a user