Skip to content

Commit

Permalink
fix(DB/Conditions): Zaxxis Insignia should drop without any condition…
Browse files Browse the repository at this point in the history
…s. (#19158)
  • Loading branch information
avarishd authored Jun 25, 2024
1 parent 8b30bb1 commit ce0b1ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/sql/updates/pending_db_world/rev_1719292494710324800.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Zaxxis Insignia
DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 1) AND (`SourceEntry` = 29209) AND (`ConditionTypeOrReference` = 8) AND (`ConditionValue1` = 10265);

0 comments on commit ce0b1ad

Please sign in to comment.