fix(DB/Creature): Void Reaver Movement Speed and Model Info (#18650)

Create rev_1712070277049871600.sql
This commit is contained in:
Gultask
2024-04-02 12:27:49 -03:00
committed by GitHub
parent 68857e0dc4
commit 3445262b93

View File

@@ -0,0 +1,3 @@
--
UPDATE `creature_template` SET `speed_walk` = 3.2, `speed_run` = 2.857142 WHERE (`entry` = 19516);
UPDATE `creature_model_info` SET `BoundingRadius` = 12.33326530456542968, `CombatReach` = 18 WHERE `DisplayID` = 18951;