Skip to content

Commit

Permalink
DB/Condition: Load Into Catapult and Throw Passenger
Browse files Browse the repository at this point in the history
updates #15220 by sirikfoll
  • Loading branch information
Aokromes authored Nov 3, 2024
1 parent 189bfec commit 32bfd07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sql/updates/world/3.3.5/2024_11_03_00_world.sql
Original file line number Diff line number Diff line change
@@ -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');

0 comments on commit 32bfd07

Please sign in to comment.