diff options
-rw-r--r-- | sql/updates/world/3.3.5/2023_09_10_01_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2023_09_10_01_world.sql b/sql/updates/world/3.3.5/2023_09_10_01_world.sql new file mode 100644 index 00000000000..93f5978ae6f --- /dev/null +++ b/sql/updates/world/3.3.5/2023_09_10_01_world.sql @@ -0,0 +1,4 @@ +-- Change the target to the Koralon Stalker +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=67328; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `Comment`) VALUES +(13,1,67328,0,0,31,0,3,35015,0,0,'Burning Breath: target Burning Breath Koralon Stalker'); |