mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(DB/item_template): Blue sack of gems should not multidrop (#13429)
This commit is contained in:
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;
|
||||
Reference in New Issue
Block a user