fix(DB/Creature): Void Reaver Movement Speed and Model Info (#18650)
Create rev_1712070277049871600.sql
This commit is contained in:
parent
68857e0dc4
commit
3445262b93
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue