From 0c546fd95f23af8fe5d670a9a3df6bc085037b96 Mon Sep 17 00:00:00 2001 From: temperrr Date: Sat, 18 Jun 2022 14:27:48 +0200 Subject: [PATCH] Fix(DB/Smartscripts): Rot Hide Plague Weavers incorrectly stay at range (#12027) Fix(DB/Smarscripts): Rot Hide Plague Weavers incorrectly stay at range --- data/sql/updates/pending_db_world/shadowweaver.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 data/sql/updates/pending_db_world/shadowweaver.sql diff --git a/data/sql/updates/pending_db_world/shadowweaver.sql b/data/sql/updates/pending_db_world/shadowweaver.sql new file mode 100644 index 000000000..cde2274d0 --- /dev/null +++ b/data/sql/updates/pending_db_world/shadowweaver.sql @@ -0,0 +1 @@ +DELETE FROM `smart_scripts` WHERE (`entryorguid` = 1940) AND (`source_type` = 0) AND (`id` IN (1, 2, 3, 4));