fix(DB/Creature): Correct Promenade Sentinel speed. (#19779)

Init.
This commit is contained in:
Benjamin Jackson
2024-08-29 15:10:26 -04:00
committed by GitHub
parent 070b083c1d
commit e1c923ff94

View File

@@ -0,0 +1 @@
UPDATE `creature_template` SET `speed_walk` = 2.5 WHERE `entry` = 23394;