From 3802eaeb2c1d5b6667d4cee465674304103b189e Mon Sep 17 00:00:00 2001 From: Asthalor <87535580+Asthalor@users.noreply.github.com> Date: Fri, 23 Jul 2021 13:18:08 +0200 Subject: [PATCH] fix(DB/NPC-Quest): Protecting the Shipment (#7024) Now Miran will walk instead of running to the quest marker - Closes #6985 --- .../sql/updates/pending_db_world/rev_1626683624183921600.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1626683624183921600.sql diff --git a/data/sql/updates/pending_db_world/rev_1626683624183921600.sql b/data/sql/updates/pending_db_world/rev_1626683624183921600.sql new file mode 100644 index 000000000..30bd73aa5 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1626683624183921600.sql @@ -0,0 +1,5 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1626683624183921600'); + +-- Changed the param WP_START run from 1 to 0 so he walks when the quest starts. +UPDATE `smart_scripts` SET `action_param1` = 0 WHERE (`entryorguid` = 1379) AND (`source_type` = 0) AND (`id` IN (0)); +