fix(DB/SmartAI): Unliving Stalker Viper Sting heroic only (#13815)

This commit is contained in:
BeefSteak 2022-11-16 04:29:10 +00:00 committed by GitHub
parent 944a96c00c
commit 392bec0669
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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));