fix(DB/Creature): Correct move speed of Culling of Stratholme Risen Zombies. (#24280)

Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com>
This commit is contained in:
Benjamin Jackson
2025-12-31 17:34:10 -05:00
committed by GitHub
parent 3d3ad29ba6
commit 306f9bcf72

View File

@@ -0,0 +1 @@
UPDATE `creature_template` SET `speed_walk` = 0.640000009536743164, `speed_run` = 0.57142857142 WHERE `entry` IN (27737, 31208);