mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(DB/updates): Fix merge of PR 7707 (#7708)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1630690395841002600');
|
||||
|
||||
-- Fix merge of #7707
|
||||
-- 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