fix(DB/Creature): correct Siege Golem speed (#6667)

This commit is contained in:
Azcobu
2021-07-06 23:36:09 +09:30
committed by GitHub
parent 440b120e04
commit 5f4d0af6cc

View File

@@ -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;