From 6581b07934c2b49cae0a1ecde9e33690d9ecc307 Mon Sep 17 00:00:00 2001 From: avarishd <46330494+avarishd@users.noreply.github.com> Date: Sat, 25 Feb 2023 14:48:35 +0200 Subject: [PATCH] fix(DB/SAI): Defias Gunpowder - add no repeat flag. (#15184) --- data/sql/updates/pending_db_world/rev_1677239119416820500.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1677239119416820500.sql diff --git a/data/sql/updates/pending_db_world/rev_1677239119416820500.sql b/data/sql/updates/pending_db_world/rev_1677239119416820500.sql new file mode 100644 index 000000000..5e1e8f5d0 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1677239119416820500.sql @@ -0,0 +1,2 @@ +-- Defias Gunpowder - add missing No Repeat flag (was already in the SAI comment) +UPDATE `smart_scripts` SET `event_flags` = `event_flags`|1 WHERE `entryorguid` = 17155 AND `source_type` = 1 AND `id` = 0;