mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 12:47:07 +00:00
fix(DB/SAI): Shadowmoon Warlock's Fel Power should be used out of com… (#15104)
* fix(DB/SAI): Shadowmoon Warlock's Fel Power shoudl be used out of combat on nearby Felguard Brute or Felguard Annihilator. Fixes #13819 * Update
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
--
|
||||
UPDATE `smart_scripts` SET `event_type`=1, `event_flags`=6, `event_param1`=2000, `event_param2`=6000, `event_param3`=18000, `event_param4`=24000, `action_param2`=0, `target_type`=1 WHERE `entryorguid`=17371 AND `source_type`=0 AND `id`=5;
|
||||
Reference in New Issue
Block a user