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:
Asthalor 2021-07-23 15:13:27 +02:00 committed by GitHub
parent b5dfba0550
commit f4e5a0ef98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);