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

This commit is contained in:
Exitare 2025-01-06 21:10:14 -08:00 committed by GitHub
parent 4b8dca1ea2
commit 73038058da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
-- loot table for item 22568 Sealed Craftsman's Writ
UPDATE `item_template` SET `flagsCustom` = `flagsCustom` | 2 WHERE `entry` BETWEEN 22600 AND 22626;