Skip to content

Commit

Permalink
fix(DB/creature): Fix Weaver MovementType (azerothcore#10861)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhengPeiRu21 committed Mar 3, 2022
1 parent a6c3e0b commit 7dbadd2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/sql/updates/pending_db_world/rev_1646094965788578600.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1646094965788578600');

UPDATE `creature` SET `MovementType` = 0 WHERE `guid` = 239021;

0 comments on commit 7dbadd2

Please sign in to comment.