diff options
| author | Wyreth <Wyreth@users.noreply.github.com> | 2017-10-29 20:23:25 +0100 |
|---|---|---|
| committer | funjoker <funjoker109@gmail.com> | 2021-01-21 22:30:40 +0100 |
| commit | 1adc47cdc207cb0d305c8be5d1f9f4cfa6e6e6d1 (patch) | |
| tree | 04765a8d8ca164c5d3b6eed71222861d2fc7dc88 | |
| parent | 5f5dfddb81bb6c1acb27b0f353c905db3975b795 (diff) | |
DB/SAI: Miles Sidney trigger los event only for players
Updates #20744
(cherry picked from commit 594703a597d2b6d464ed2641aca38850dd1c4dd0)
| -rw-r--r-- | sql/updates/world/master/2021_01_17_00_world_2017_10_29_09_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_01_17_00_world_2017_10_29_09_world.sql b/sql/updates/world/master/2021_01_17_00_world_2017_10_29_09_world.sql new file mode 100644 index 00000000000..6d20d8f7dae --- /dev/null +++ b/sql/updates/world/master/2021_01_17_00_world_2017_10_29_09_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=28347; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22, 2, 28347, 0, 0, 31, 0, 4, 0, 0, 0, 0, 0, "", "Execute SAI only if invoker is a player"); |
