mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/SmartAI): Unliving Stalker Viper Sting heroic only (#13815)
This commit is contained in:
2
data/sql/updates/pending_db_world/heroicViperSting.sql
Normal file
2
data/sql/updates/pending_db_world/heroicViperSting.sql
Normal 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));
|
||||
Reference in New Issue
Block a user