diff options
| author | Killyana <morphone1@gmail.com> | 2019-03-27 15:03:27 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-11-24 23:00:28 +0100 |
| commit | 49efef40118653d422b1ac81631f5f716ba1761e (patch) | |
| tree | 60774e3ee9a6495eb8e06eabe879b6df4bec26ea | |
| parent | 8f8da03e7cee22479f22ae73c3d040f34b2bedae (diff) | |
DB/Condition: Sound War Horn
(cherry picked from commit bee036a852510d08aec52bcf251c75ec1ee74897)
| -rw-r--r-- | sql/updates/world/master/2021_11_24_44_world_2019_03_27_00_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_24_44_world_2019_03_27_00_world.sql b/sql/updates/world/master/2021_11_24_44_world_2019_03_27_00_world.sql new file mode 100644 index 00000000000..b01d96c65a6 --- /dev/null +++ b/sql/updates/world/master/2021_11_24_44_world_2019_03_27_00_world.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `conditions` WHERE `SourceEntry`=56189 AND `SourceTypeOrReferenceId`=13; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13, 1, 56189, 0, 0, 31, 0, 3, 29368, 0, 0, 0, 0, '', 'Horn target Valduran'), +(13, 1, 56189, 0, 0, 29, 0, 29801, 30, 0, 1, 0, 0, '', 'Horn target'), +(13, 1, 56189, 0, 0, 29, 0, 30152, 30, 0, 1, 0, 0, '', 'Horn target'); |
