fix(DB/Creature): Correct movement speeds for Black Morass Heroic (#15368)

This commit is contained in:
Gultask 2023-03-14 00:17:50 -03:00 committed by GitHub
parent 218c62ce54
commit 1f82bcf1f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `speed_walk`=2, `speed_run`=1.42857 WHERE `entry` IN (17835,21137,17892,21136,18994,21138,18995,21139,21818,20740,20741,20742,20743,22165,22164,22166,22168,22169);