diff options
author | SnapperRy <snapperryen@gmail.com> | 2016-10-15 17:28:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-15 17:28:11 +0200 |
commit | dfb23cf0be4750d8fb0c539c0c65f78b2883ac93 (patch) | |
tree | d1589f372f77fe6f166532abe7246acfd3c8dcb4 | |
parent | 2161ac6757b94f93c8c57a5ff4b8416f31ab6187 (diff) |
DB/SAI: prevent Dawnblade Hawkrider's SAI from targeting players.
Players will not be randomly attacked while in Isle of Quel'Danas anymore.
-rw-r--r-- | sql/updates/world/3.3.5/2016_10_15_06_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_10_15_06_world.sql b/sql/updates/world/3.3.5/2016_10_15_06_world.sql new file mode 100644 index 00000000000..b43b5c0bfa1 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_15_06_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `conditions` WHERE `SourceEntry`=25063; +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"); |