mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(DB/creature): Fix some raptors not moving (#6212)
Some raptors (guid: 9720 9761 9981 10226 31701 31706 31708 31710) did not wander around as they're supposed to. - Closes #5823 - Closes https://github.com/chromiecraft/chromiecraft/issues/627
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1622733528401617288');
|
||||
|
||||
UPDATE `creature` SET `wander_distance` = 5, `MovementType` = 1
|
||||
WHERE `guid` IN (9720, 9761, 9981, 10226, 31701, 31706, 31708, 31710);
|
||||
Reference in New Issue
Block a user