From b631218ebdef7a470e14e2e06f975c86aaaef0f0 Mon Sep 17 00:00:00 2001 From: Grz3s Date: Sun, 27 Aug 2023 21:48:16 +0200 Subject: [PATCH] [4889] q.10923 'Evil Draws Near' fixed Closes: https://github.com/cmangos/wotlk-db/issues/795 --- Updates/4889_q.10923.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Updates/4889_q.10923.sql diff --git a/Updates/4889_q.10923.sql b/Updates/4889_q.10923.sql new file mode 100644 index 0000000000..4e02177046 --- /dev/null +++ b/Updates/4889_q.10923.sql @@ -0,0 +1,2 @@ +-- q.10923 'Evil Draws Near' - fix +UPDATE quest_template SET SpecialFlags = 0, ReqSpellCast2 = 0 WHERE entry = 10923;