fix(DB/Creature): Ranger Lilatha walk speed correction (#4114)

This commit is contained in:
WiZZy
2021-01-05 11:45:26 -08:00
committed by GitHub
parent 6ce52809f8
commit 1a0e4fc656

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1609352829390064240');
UPDATE `creature_template` SET `speed_walk` = 1 WHERE `entry` = 16295;