fix(DB/Creature): Corrects Gnarl Leafbrother movement speed (#6586)

This commit is contained in:
Azcobu
2021-07-04 18:54:57 +09:30
committed by GitHub
parent dc76e6b187
commit 8f25f64c5b

View File

@@ -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;