From c666a0c360eb9936facb914a67f0eada3295451e Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sun, 14 Jan 2024 15:09:28 +0100 Subject: [PATCH] fix(DB/Creature): Update all commoneer talking intervals to 300s (#18165) * fix(DB/Creature): Update all commoneer talking intervals to 300s * closes https://github.com/azerothcore/azerothcore-wotlk/issues/18050 * kek wrong dir --- .../sql/updates/pending_db_world/rev_1705186167693993300.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1705186167693993300.sql diff --git a/data/sql/updates/pending_db_world/rev_1705186167693993300.sql b/data/sql/updates/pending_db_world/rev_1705186167693993300.sql new file mode 100644 index 000000000..3372d206b --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1705186167693993300.sql @@ -0,0 +1,5 @@ +-- +UPDATE `smart_scripts` SET `event_param3` = 300000, `event_param4` = 300000 WHERE `entryorguid` IN (18927,19148,19172,19173,19176,19177,19178) AND `source_type` = 0 AND `id` IN (0,6,8); +UPDATE `smart_scripts` SET `event_param3` = 300000, `event_param4` = 300000 WHERE `entryorguid` IN (19169) AND `source_type` = 0 AND `id` IN (0,4,6,8); +UPDATE `smart_scripts` SET `event_param3` = 300000, `event_param4` = 300000 WHERE `entryorguid` IN (19171,19175) AND `source_type` = 0 AND `id` IN (0,5,6,8); +UPDATE `smart_scripts` SET `event_param3` = 300000, `event_param4` = 300000 WHERE `entryorguid` IN (20102) AND `source_type` = 0 AND `id` IN (0,1,6,8);