fix(DB/item_template): Blue sack of gems should not multidrop (#13429)

This commit is contained in:
temperrr
2022-10-18 14:43:30 +02:00
committed by GitHub
parent 800c16bbf8
commit 651b8eeea8

View File

@@ -0,0 +1 @@
UPDATE `item_template` SET `Flags`=`Flags`&~2048 WHERE `entry` = 17962;