fix(DB/Creature): slowed the movement speed of Deadwind Mauler (#7055)
Reduced the speed of Deadwind Mauler to be the same as the other ogres there
This commit is contained in:
parent
7f6e9b1984
commit
5d173c3462
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1626854857651022900');
|
||||
|
||||
-- Reduced the speed from 3.16 to 1.6 as the rest of the ogres in that place
|
||||
UPDATE `creature_template` SET `speed_walk` = 1.6 WHERE (`entry` = 7371);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue