From 3215aa23acb8b923bd7122e378be8b0919cf3442 Mon Sep 17 00:00:00 2001 From: neifion-00000000 <91289495+neifion-00000000@users.noreply.github.com> Date: Wed, 12 Jul 2023 16:28:52 -0500 Subject: [PATCH] fix(DB/SAI): Mosh'Ogg Witch Doctor SAI fix (#16742) * fix(db/scripts): Mosh'Ogg Witch Doctor SAI fix * Update rev_1689122352995380700.sql - spacing --- data/sql/updates/pending_db_world/rev_1689122352995380700.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1689122352995380700.sql diff --git a/data/sql/updates/pending_db_world/rev_1689122352995380700.sql b/data/sql/updates/pending_db_world/rev_1689122352995380700.sql new file mode 100644 index 000000000..71b1d0c0a --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1689122352995380700.sql @@ -0,0 +1,3 @@ +-- Mosh'Ogg Witch Doctor SAI flag correction +UPDATE `smart_scripts` SET `event_flags`=0 WHERE `entryorguid`=1144 AND `source_type`=0 AND `id`=0 AND `link`=0; +UPDATE `smart_scripts` SET `event_flags`=1 WHERE `entryorguid`=1144 AND `source_type`=0 AND `id`=1 AND `link`=0;