fix(DB/Creature): slow down movement speed of Dragonmaw Battlemaster (#7063)
He had speed of 1.54 instead of 1 as the rest of orcs
This commit is contained in:
parent
b5dfba0550
commit
f4e5a0ef98
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1626884022511079500');
|
||||
|
||||
-- Slowed the movement speed of Dragonmaw Battlemaster from 1.54 to 1 as the rest of the orcs there
|
||||
UPDATE `creature_template` SET `speed_walk` = 1 WHERE (`entry` = 1037);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue