Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(DB/Loot) Sealed Craftsman's Writ loot problem #20981

Merged
9 commits merged into from
Jan 7, 2025
2 changes: 2 additions & 0 deletions data/sql/updates/pending_db_world/rev_1734664149862386300.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- loot table for item 22568 Sealed Craftsman's Writ
UPDATE `item_template` SET `flagsCustom` = 2 WHERE `entry` IN (22600, 22601, 22602, 22603, 22604, 22605, 22606, 22607, 22608, 22609, 22610, 22611, 22612, 22613, 22614, 22615, 22616, 22617, 22618, 22620, 22621, 22622, 22623, 22624);
Loading