fix(DB/Creature): Correct Baron Charr's speed (#6413)
This commit is contained in:
parent
d6490a06a9
commit
a2a1657ce4
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue