diff --git a/data/sql/updates/pending_db_world/rev_1626884022511079500.sql b/data/sql/updates/pending_db_world/rev_1626884022511079500.sql new file mode 100644 index 000000000..e9b7f0bbd --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1626884022511079500.sql @@ -0,0 +1,5 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1626884022511079500'); + +-- Slowed the movement speed of Dragonmaw Battlemaster from 1.54 to 1 as the rest of the orcs there +UPDATE `creature_template` SET `speed_walk` = 1 WHERE (`entry` = 1037); +