mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
fix(DB/Item): Buycount adjustment for Star's Lament and Star's Tear (#18887)
Create starstearlament.sql
This commit is contained in:
3
data/sql/updates/pending_db_world/starstearlament.sql
Normal file
3
data/sql/updates/pending_db_world/starstearlament.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
UPDATE `item_template` SET `BuyCount` = 20 WHERE (`entry` = 32453);
|
||||
UPDATE `item_template` SET `BuyCount` = 5 WHERE (`entry` = 32455);
|
||||
Reference in New Issue
Block a user