fix(DB/Creature): correct Siege Golem speed (#6667)
This commit is contained in:
parent
440b120e04
commit
5f4d0af6cc
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1625138742497401267');
|
||||
|
||||
-- Siege Golem - set correct speed
|
||||
UPDATE `creature_template` SET `speed_walk` = 1 WHERE `entry` = 2749;
|
||||
Loading…
Add table
Add a link
Reference in a new issue