diff options
-rw-r--r-- | sql/updates/world/master/2023_08_31_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_08_31_00_world.sql b/sql/updates/world/master/2023_08_31_00_world.sql new file mode 100644 index 00000000000..9708e0b3954 --- /dev/null +++ b/sql/updates/world/master/2023_08_31_00_world.sql @@ -0,0 +1,4 @@ +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=53110; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`Comment`) VALUES +(13,1,53110,0,31,3,29102,'Devour Humanoid - target Hearthglen Crusader'), +(13,1,53110,1,31,3,29103,'Devour Humanoid - target Tirisfal Crusader'); |