fix(DB/Creature): Set Correct Speed to Illidan DB Target (23070) (#24647)

This commit is contained in:
Gultask
2026-02-08 05:28:27 -03:00
committed by GitHub
parent afe92f5f44
commit e5a3f5abfe

View File

@@ -0,0 +1,2 @@
-- Up from 0.9
UPDATE `creature_template` SET `speed_run` = 1.142857 WHERE (`entry` = 23070);