DB/SAI: fix two events that would never execute because of wrong event_phase_mask set.

Also fix summon parameters for creature Thenan spawned at quest Breaking the Keystone's turn-in.
This commit is contained in:
SnapperRy
2016-10-02 02:09:47 +02:00
parent 3bf33d1987
commit ddca72509b

View File

@@ -0,0 +1,3 @@
--
UPDATE `smart_scripts` SET `event_phase_mask`=0, `action_param4`=1, `action_param5`=0 WHERE `entryorguid`=2688 AND `source_type`=1 AND `id`=0;
UPDATE `smart_scripts` SET `event_phase_mask`=0 WHERE `entryorguid`=25979 AND `source_type`=0 AND `id`=1;