From 392bec066965f133ec6d3ea29c229ea44b30b32a Mon Sep 17 00:00:00 2001 From: BeefSteak Date: Wed, 16 Nov 2022 04:29:10 +0000 Subject: [PATCH] fix(DB/SmartAI): Unliving Stalker Viper Sting heroic only (#13815) --- data/sql/updates/pending_db_world/heroicViperSting.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/heroicViperSting.sql diff --git a/data/sql/updates/pending_db_world/heroicViperSting.sql b/data/sql/updates/pending_db_world/heroicViperSting.sql new file mode 100644 index 000000000..03be169e4 --- /dev/null +++ b/data/sql/updates/pending_db_world/heroicViperSting.sql @@ -0,0 +1,2 @@ +-- Set Viper Sting to only in heroic +UPDATE `smart_scripts` SET `event_flags`=4 WHERE (`entryorguid` = 18501) AND (`source_type` = 0) AND (`id` IN (4));