fix(DB/Creature): Adjust Harrison Jones's movement type. (#20523)

Init.
This commit is contained in:
Benjamin Jackson
2024-11-11 14:14:58 -05:00
committed by GitHub
parent 40707b5b29
commit d9b4cc6047

View File

@@ -0,0 +1 @@
UPDATE `creature` SET `MovementType` = 0 WHERE `guid` = 320 AND `id1` = 24358;