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

View file

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