fix(DB/Waypoint): DB Error from Creature (#8666)

This commit is contained in:
Banehammer 2021-10-24 05:17:59 +02:00 committed by GitHub
parent ff99c2a6b4
commit 8605981ae5
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 ('1634816731538879792');
UPDATE `creature` SET `MovementType`= 0 WHERE `guid`=161035;