fix(DB/Item) - Envolpe Assignment loot no longer gives you empty loot. (#21073)

This commit is contained in:
Ryan Turner
2025-02-27 19:04:56 +00:00
committed by GitHub
parent 4603e26b6a
commit fa0a8858e8

View File

@@ -0,0 +1,3 @@
--
-- 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, 21245, 21167, 21166, 21165, 20948, 20947, 20944, 20943, 20942, 20941, 20940, 20939, 20807, 20806);