diff options
author | SnapperRy <snapperryen@gmail.com> | 2016-10-15 17:28:11 +0200 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-10-03 17:20:21 +0200 |
commit | 527c5081f95118ff0a66ced09dc2ed3c968e6b35 (patch) | |
tree | 5b26f3e5a2feed92c911ea6f229bdef9827a7249 | |
parent | 1caba9cafe2c91f723182bb9f25502bbaa8fc5b0 (diff) |
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 dfb23cf0be4750d8fb0c539c0c65f78b2883ac93)
-rw-r--r-- | sql/updates/world/master/2017_10_03_09_world_2016_10_15_06_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_10_03_09_world_2016_10_15_06_world.sql b/sql/updates/world/master/2017_10_03_09_world_2016_10_15_06_world.sql new file mode 100644 index 00000000000..8bc09775223 --- /dev/null +++ b/sql/updates/world/master/2017_10_03_09_world_2016_10_15_06_world.sql @@ -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"); |