fix(DB/Item): Buycount adjustment for Star's Lament and Star's Tear (#18887)

Create starstearlament.sql
This commit is contained in:
Maxlytrius
2024-09-22 20:38:57 +02:00
committed by GitHub
parent 78cc255f43
commit 2625f8c57c

View File

@@ -0,0 +1,3 @@
UPDATE `item_template` SET `BuyCount` = 20 WHERE (`entry` = 32453);
UPDATE `item_template` SET `BuyCount` = 5 WHERE (`entry` = 32455);