From 453165233ee4dc78ce902353fc73f3b1f39dfa9d Mon Sep 17 00:00:00 2001 From: Asthalor <87535580+Asthalor@users.noreply.github.com> Date: Tue, 3 Aug 2021 21:04:53 +0200 Subject: [PATCH] fix(DB/Creature): Fixed speed walking of Grunter (#7128) --- .../sql/updates/pending_db_world/rev_1627303283998958800.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1627303283998958800.sql diff --git a/data/sql/updates/pending_db_world/rev_1627303283998958800.sql b/data/sql/updates/pending_db_world/rev_1627303283998958800.sql new file mode 100644 index 000000000..07e0e82e9 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1627303283998958800.sql @@ -0,0 +1,5 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1627303283998958800'); + +-- Changed the speed movement from 2.22 to 1 of Grunter (8303) +UPDATE `creature_template` SET `speed_walk` = 1 WHERE (`entry` = 8303); +