DB/SAI: fix mistakes in Bloodscalp Mystic's script.

Should cast Lightning Bolt instead of Thrown, and shouldn't run away in fear.
This commit is contained in:
Wyrserth
2019-07-26 20:02:02 +02:00
committed by GitHub
parent 73c1d666fa
commit c7be2b1dff

View File

@@ -0,0 +1,3 @@
--
UPDATE `smart_scripts` SET `event_param3`=3400, `event_param4`=4800, `action_param1`=9532, `comment`="Bloodscalp Mystic - In Combat CMC - Cast 'Lightning Bolt'" WHERE `entryorguid`=701 AND `source_type`=0 AND `id`=0;
DELETE FROM `smart_scripts` WHERE `entryorguid`=701 AND `source_type`=0 AND `id`=5;