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