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:
anguaive
2021-06-11 22:49:09 +02:00
committed by GitHub
parent 2559e6123f
commit 9170eadcb6

View File

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