From 82214dbe3f9e932bf16177cc9413a20a052196a9 Mon Sep 17 00:00:00 2001 From: Samsequel <20357406+Samsequel@users.noreply.github.com> Date: Wed, 26 Jul 2023 13:42:08 +0200 Subject: [PATCH] fix(DB/Smartscript): Shattered Hand Champion should not threat drop (#16808) --- data/sql/updates/pending_db_world/shatteredchampion.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/shatteredchampion.sql diff --git a/data/sql/updates/pending_db_world/shatteredchampion.sql b/data/sql/updates/pending_db_world/shatteredchampion.sql new file mode 100644 index 000000000..db61364f7 --- /dev/null +++ b/data/sql/updates/pending_db_world/shatteredchampion.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `smart_scripts` WHERE (`entryorguid` = 17671) AND (`source_type` = 0) AND (`id` IN (4));