diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2024-11-03 17:48:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-03 17:48:37 +0100 |
commit | 32bfd0787d4371327d74e658b973af34ee450a31 (patch) | |
tree | 749f23ac8bd5b73e5dd1f5d912113ae5f91abcef /sql | |
parent | 189bfec6ed76a39cc391668fd4f4219df418e764 (diff) |
DB/Condition: Load Into Catapult and Throw Passenger
updates #15220 by sirikfoll
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/3.3.5/2024_11_03_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2024_11_03_00_world.sql b/sql/updates/world/3.3.5/2024_11_03_00_world.sql new file mode 100644 index 00000000000..4e9365c39fa --- /dev/null +++ b/sql/updates/world/3.3.5/2024_11_03_00_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry` IN (64414); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13,1,64414,0,0,31,0,3,33109,0,0,0,0,'','Load Into Catapult target Salvaged Demolisher'); |