mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 14:16:31 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user