Skip to content

Commit

Permalink
fix(DB/Item): Buycount adjustment for Star's Lament and Star's Tear (#…
Browse files Browse the repository at this point in the history
…18887)

Create starstearlament.sql
  • Loading branch information
Maxlytrius committed Sep 22, 2024
1 parent 78cc255 commit 2625f8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/sql/updates/pending_db_world/starstearlament.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

UPDATE `item_template` SET `BuyCount` = 20 WHERE (`entry` = 32453);
UPDATE `item_template` SET `BuyCount` = 5 WHERE (`entry` = 32455);

0 comments on commit 2625f8c

Please sign in to comment.