From 08c079eb3a668ff8f05762947554a416449c5876 Mon Sep 17 00:00:00 2001 From: Killyana Date: Sun, 29 Jul 2018 01:00:33 +0200 Subject: DB/Conditions: Klaven Mortwake Closes #21973 --- sql/updates/world/3.3.5/2018_07_29_00_world_335.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_07_29_00_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2018_07_29_00_world_335.sql b/sql/updates/world/3.3.5/2018_07_29_00_world_335.sql new file mode 100644 index 00000000000..9d67d403e6d --- /dev/null +++ b/sql/updates/world/3.3.5/2018_07_29_00_world_335.sql @@ -0,0 +1,7 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry` IN(7053) AND `SourceGroup`=4; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22, 4, 7053, 0, 0, 1, 0, 1784, 0, 0, 0, 0, 0, '', 'Klaven Mortwake - run SAI event 4 only if the player is stealthed'), +(22, 4, 7053, 0, 1, 1, 0, 1785, 0, 0, 0, 0, 0, '', 'Klaven Mortwake - run SAI event 4 only if the player is stealthed'), +(22, 4, 7053, 0, 2, 1, 0, 1786, 0, 0, 0, 0, 0, '', 'Klaven Mortwake - run SAI event 4 only if the player is stealthed'), +(22, 4, 7053, 0, 3, 1, 0, 1787, 0, 0, 0, 0, 0, '', 'Klaven Mortwake - run SAI event 4 only if the player is stealthed'); -- cgit v1.2.3