mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
fix(DB/Creature): correct Siege Golem speed (#6667)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user