From 1adc47cdc207cb0d305c8be5d1f9f4cfa6e6e6d1 Mon Sep 17 00:00:00 2001 From: Wyreth Date: Sun, 29 Oct 2017 20:23:25 +0100 Subject: DB/SAI: Miles Sidney trigger los event only for players Updates #20744 (cherry picked from commit 594703a597d2b6d464ed2641aca38850dd1c4dd0) --- sql/updates/world/master/2021_01_17_00_world_2017_10_29_09_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2021_01_17_00_world_2017_10_29_09_world.sql (limited to 'sql/updates') 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"); -- cgit v1.2.3