aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-08-31 15:34:13 +0200
committerShauren <shauren.trinity@gmail.com>2023-08-31 15:34:13 +0200
commitafed658db5c1564706ba4239a1f1ee902ead1b77 (patch)
tree51618213831737fd6a3b5d2fbedf482d9771c7b2
parent06ea822a315a771fa0b3410716361b9df091cf6f (diff)
DB: Added missing conditions for spell 53110 from 3.3.5 branch
-rw-r--r--sql/updates/world/master/2023_08_31_00_world.sql4
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');