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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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