From 2a29acac74032c1308ab28f0b3c0aaa05ab18d8f Mon Sep 17 00:00:00 2001 From: Mathematical Shitpost Emissary Date: Fri, 10 Feb 2023 22:07:14 -0500 Subject: [PATCH] fix(DB/SAI) Warp Aberration should keep up Arcane Shield out of combat (#14832) --- data/sql/updates/pending_db_world/rev_1675208727018608900.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1675208727018608900.sql diff --git a/data/sql/updates/pending_db_world/rev_1675208727018608900.sql b/data/sql/updates/pending_db_world/rev_1675208727018608900.sql new file mode 100644 index 000000000..6fe4e9bec --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1675208727018608900.sql @@ -0,0 +1,4 @@ +-- + +UPDATE `smart_scripts` SET `event_type` = 1 WHERE `entryorguid` = 18865 AND `source_type` = 0 AND `id` = 0; +