DB/SAI: prevent Dawnblade Hawkrider's SAI from targeting players.

Players will not be randomly attacked while in Isle of Quel'Danas anymore.

(cherry picked from commit dfb23cf0be)
This commit is contained in:
SnapperRy
2016-10-15 17:28:11 +02:00
committed by joschiwald
parent 1caba9cafe
commit 527c5081f9

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `conditions` WHERE `SourceEntry`=25063 AND `SourceTypeOrReferenceId`=22;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(22, 1, 25063, 0, 0, 31, 0, 4, 0, 0, 1, 0, 0, "", "Dawnblade Hawkrider's SAI id 1 does not execute if invoker is a player");