fix(Script/Sunwell): Adjust Singularity behaviors (#21919)

This commit is contained in:
blinkysc
2025-04-15 17:02:44 -05:00
committed by GitHub
parent fd62c99670
commit 5b957ab403
2 changed files with 33 additions and 6 deletions

View File

@@ -0,0 +1,2 @@
-- Singularity speed
UPDATE `creature_template` SET `speed_walk` = 2, `speed_run` = 0.7142 WHERE (`entry` = 25855);