From f057ef6bbaa46bccb85e2b40e3c6ee70b07b8fe6 Mon Sep 17 00:00:00 2001 From: Eddy Vega <61223313+Si1ker@users.noreply.github.com> Date: Mon, 2 Jan 2023 11:35:21 -0600 Subject: [PATCH] fix(DB/smart_scripts): Fix Crypt Guard's Acid Spit (#14132) Create update-crypt-guard.sql --- data/sql/updates/pending_db_world/update-crypt-guard.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/update-crypt-guard.sql diff --git a/data/sql/updates/pending_db_world/update-crypt-guard.sql b/data/sql/updates/pending_db_world/update-crypt-guard.sql new file mode 100644 index 000000000..6804de484 --- /dev/null +++ b/data/sql/updates/pending_db_world/update-crypt-guard.sql @@ -0,0 +1,3 @@ +-- +UPDATE `smart_scripts` SET `target_type`=2, `comment`='Crypt Guard - In Combat - CastVictim Acid Spit' WHERE `entryorguid`=16573 AND `source_type`=0 AND `id` IN (1,2) AND `link`=0; +