fix(DB/Creature): Correct Baron Charr's speed (#6413)

This commit is contained in:
Azcobu
2021-06-25 19:21:31 +09:30
committed by GitHub
parent d6490a06a9
commit a2a1657ce4

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1624013817174597427');
-- Slow Baron Charr down to reasonable speed
UPDATE `creature_template` SET `speed_walk` = 1 WHERE `entry` = 14461;