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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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