fix(DB/Creature): Fixed speed walking of Grunter (#7128)

This commit is contained in:
Asthalor
2021-08-03 21:04:53 +02:00
committed by GitHub
parent 15013d26b1
commit 453165233e

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1627303283998958800');
-- Changed the speed movement from 2.22 to 1 of Grunter (8303)
UPDATE `creature_template` SET `speed_walk` = 1 WHERE (`entry` = 8303);