mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 13:46:24 +00:00
fix(DB/Creature): Corrects Gnarl Leafbrother movement speed (#6586)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1624682095822347519');
|
||||
|
||||
-- Slows Gnarl Leafbrother to normal speed
|
||||
UPDATE `creature_template` SET `speed_walk` = 1 WHERE `entry` = 5354;
|
||||
Reference in New Issue
Block a user