fix(DB/updates): Fix merge of PR 7707 (#7708)

This commit is contained in:
Silker
2021-09-03 11:52:56 -06:00
committed by GitHub
parent 965888832d
commit 0763188e62

View File

@@ -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);