From f818016bf65a847e18bf91c5c2dca5667c5a4333 Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Sun, 3 Jul 2022 16:47:42 +0200 Subject: [PATCH] =?UTF-8?q?fix(DB/SAI):=20Fixed=20Blight=20Geist=20not=20c?= =?UTF-8?q?ollecting=20crystal=20while=20being=20ch=E2=80=A6=20(#12292)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(DB/SAI): Fixed Blight Geist not collecting crystal while being charmed. Fixes #12220 --- data/sql/updates/pending_db_world/rev_1656838867557419200.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1656838867557419200.sql diff --git a/data/sql/updates/pending_db_world/rev_1656838867557419200.sql b/data/sql/updates/pending_db_world/rev_1656838867557419200.sql new file mode 100644 index 000000000..05960de71 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1656838867557419200.sql @@ -0,0 +1,3 @@ +-- +UPDATE `smart_scripts` SET `event_flags`=512 WHERE `entryorguid`=28750 AND `source_type`=0 AND `id`=5; +UPDATE `smart_scripts` SET `event_flags`=512 WHERE `entryorguid`=2875000 AND `source_type`=9;