fix(DB/Creature): Adjust Shadowy Construct run speed. (#19847)

Init.
This commit is contained in:
Benjamin Jackson
2024-09-01 21:55:05 -04:00
committed by GitHub
parent e1abc72a25
commit 485e998afc

View File

@@ -0,0 +1 @@
UPDATE `creature_template` SET `speed_run` = 0.785714 WHERE `entry` = 23111;