mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 19:35:42 +00:00
fix(DB/Creature): Fixed speed walking of Grunter (#7128)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user