fix(DB/creature): Fix Weaver MovementType (#10861)

This commit is contained in:
ZhengPeiRu21
2022-03-02 21:58:03 -07:00
committed by GitHub
parent a6c3e0b915
commit 7dbadd2770

View File

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