fix(DB/updates): Fix merge of PR 7707 (#7708)
This commit is contained in:
parent
965888832d
commit
0763188e62
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,6 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1630418153212582713');
|
||||
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);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue