fix(DB/Creatures): Ebonroc should move on waypoints (#10457)

- Closes #10426
This commit is contained in:
UltraNix 2022-02-04 19:01:10 +01:00 committed by GitHub
parent f4c6a4ce27
commit 549a1a0d8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1643577884044855900');
UPDATE `creature` SET `MovementType`=2 WHERE `guid`=85780;