fix(DB/Creature): Fixed speed walking of Grunter (#7128)
This commit is contained in:
parent
15013d26b1
commit
453165233e
1 changed files with 5 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue