fix(DB/item_template): Blue sack of gems should not multidrop (#13429)
This commit is contained in:
parent
800c16bbf8
commit
651b8eeea8
1 changed files with 1 additions and 0 deletions
1
data/sql/updates/pending_db_world/bluesackofgems.sql
Normal file
1
data/sql/updates/pending_db_world/bluesackofgems.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
UPDATE `item_template` SET `Flags`=`Flags`&~2048 WHERE `entry` = 17962;
|
||||
Loading…
Add table
Add a link
Reference in a new issue