Skip to content

Commit

Permalink
Update rev_1735665765897578900.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSCREWEDSoftware committed Dec 31, 2024
1 parent a59923a commit bfb8c2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/sql/updates/pending_db_world/rev_1735665765897578900.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
--
-- Allows the loot from `Tactical Assignment` and `Followup Tactical Assignment` to always show. (not an empty bag).
UPDATE `item_template` SET `flagsCustom` = `flagsCustom` | 2 WHERE `entry` IN (20943, 20944, 20946, 20947, 20948, 21165, 21166, 21167, 21245, 21751);
-- Change all assignment loot entries `flagsCustom` from 0 => 2 (CU_IGNORE_QUEST_STATUS)
UPDATE `item_template` SET `flagsCustom` = `flagsCustom` | 2 WHERE `entry` IN (21751, 21750, 21749, 21514, 21385, 21384, 21382, 21381, 21380, 21379, 21378, 21265, 21264, 21263, 21262, 21261, 21260, 21259, 21258, 21257, 21256, 21255, 21253, 21252, 21251, 21250, 21249, 21248, 21247, 21246, 21245, 21167, 21166, 21165, 20948, 20947, 20946, 20944, 20943, 20942, 20941, 20940, 20939, 20807, 20806);

0 comments on commit bfb8c2d

Please sign in to comment.