aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWyreth <Wyreth@users.noreply.github.com>2017-10-29 20:23:25 +0100
committerKillyana <morphone1@gmail.com>2017-10-29 20:23:25 +0100
commit594703a597d2b6d464ed2641aca38850dd1c4dd0 (patch)
tree7388486842ef3b5c8e4c711c65bbea4bad374a07
parente947fcedee5fcf3983cd4a745eebcb0e05f9d771 (diff)
DB/SAI: Miles Sidney trigger los event only for players
Updates #20744
-rw-r--r--sql/updates/world/3.3.5/2017_10_29_09_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_10_29_09_world.sql b/sql/updates/world/3.3.5/2017_10_29_09_world.sql
new file mode 100644
index 00000000000..6d20d8f7dae
--- /dev/null
+++ b/sql/updates/world/3.3.5/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");