From 3ffe8ee1ed5a582eef77d48e3750fe2da813ff03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesco=20Borz=C3=AC?= Date: Thu, 29 Jul 2021 10:53:27 +0200 Subject: [PATCH] fix(DB/Creature: speed_walk of some Blasted Lands creatures (#7088) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Stefano Borzì --- data/sql/updates/pending_db_world/rev_1627086373419613000.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1627086373419613000.sql diff --git a/data/sql/updates/pending_db_world/rev_1627086373419613000.sql b/data/sql/updates/pending_db_world/rev_1627086373419613000.sql new file mode 100644 index 000000000..06690e341 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1627086373419613000.sql @@ -0,0 +1,3 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1627086373419613000'); + +UPDATE `creature_template` SET `speed_walk` = 1 WHERE `entry` IN (8300, 8301);