fix(DB/Creatures): Razormaw should move on waypoints (#10455)

- Closes #10422
This commit is contained in:
UltraNix
2022-02-09 00:56:26 +01:00
committed by GitHub
parent 34c67d84c6
commit d0336ea42c

View File

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