From 8077c8bfafa7cd118957c759edc0ea2afb7768f1 Mon Sep 17 00:00:00 2001 From: Gultask <100873791+Gultask@users.noreply.github.com> Date: Sun, 28 May 2023 09:19:06 -0300 Subject: [PATCH] fix(DB/ShatteredHalls): Fix Legionnaires in Sparring Hall calling 2 adds at a time (#16381) Create rev_1685245089801017800.sql --- .../updates/pending_db_world/rev_1685245089801017800.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1685245089801017800.sql diff --git a/data/sql/updates/pending_db_world/rev_1685245089801017800.sql b/data/sql/updates/pending_db_world/rev_1685245089801017800.sql new file mode 100644 index 000000000..b42a16858 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1685245089801017800.sql @@ -0,0 +1,8 @@ +-- +UPDATE `smart_scripts` SET `event_param2`=2 WHERE `entryorguid`=-151131 AND `source_type`=0 AND `id`=1003 AND `link`=1004; +UPDATE `smart_scripts` SET `event_param2`=4 WHERE `entryorguid`=-151131 AND `source_type`=0 AND `id`=1005 AND `link`=1006; +UPDATE `smart_scripts` SET `event_param2`=6 WHERE `entryorguid`=-151131 AND `source_type`=0 AND `id`=1007 AND `link`=1008; + +UPDATE `smart_scripts` SET `event_param2`=2 WHERE `entryorguid`=-151137 AND `source_type`=0 AND `id`=1003 AND `link`=1004; +UPDATE `smart_scripts` SET `event_param2`=4 WHERE `entryorguid`=-151137 AND `source_type`=0 AND `id`=1005 AND `link`=1006; +UPDATE `smart_scripts` SET `event_param2`=6 WHERE `entryorguid`=-151137 AND `source_type`=0 AND `id`=1007 AND `link`=1008;