From afed658db5c1564706ba4239a1f1ee902ead1b77 Mon Sep 17 00:00:00 2001 From: Shauren Date: Thu, 31 Aug 2023 15:34:13 +0200 Subject: [PATCH] DB: Added missing conditions for spell 53110 from 3.3.5 branch --- sql/updates/world/master/2023_08_31_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2023_08_31_00_world.sql 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 0000000000..9708e0b395 --- /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');