Skip to content

Commit

Permalink
Down 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
heyitsbench authored Dec 19, 2023
1 parent f114dfb commit 9f344c5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
DELETE FROM `creature_loot_template` WHERE (`Entry` IN (16807, 17862, 17975, 18373, 18732, 19221, 20306, 20521, 20568, 20653, 21558, 21536)) AND (`Item` IN (21524, 21525));

DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 1) AND (`SourceGroup` IN (16807, 17862, 17975, 18373, 18732, 19221, 20306, 20521, 20568, 20653, 21558, 21536)) AND (`SourceEntry` IN (21524, 21525)) AND (`SourceId` = 0) AND (`ElseGroup` = 0) AND (`ConditionTypeOrReference` = 12) AND (`ConditionTarget` = 0) AND (`ConditionValue1` = 2) AND (`ConditionValue2` = 0) AND (`ConditionValue3` = 0);

0 comments on commit 9f344c5

Please sign in to comment.