diff options
author | Gildor <gildor55@gmail.com> | 2023-09-10 20:03:25 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2023-09-10 20:03:25 +0200 |
commit | ae2a3a09c74038fc11e4ffb6192a7991af61353d (patch) | |
tree | 88c0f06f5c6e0d9bfd46a769c56b4c7c457523db | |
parent | cb11a6221b8bb0f844d3765c873714654e939b29 (diff) |
DB/Conditions: Fixed targeting of Koralon's Burning Breath (25 mode)
-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'); |