fix(DB/Creature): Correct Baron Charr's speed (#6413)
This commit is contained in:
@@ -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;
|
||||||
Reference in New Issue
Block a user