fix(DB/Item): Buycount adjustment for Star's Lament and Star's Tear (#18887)
Create starstearlament.sql
This commit is contained in:
parent
78cc255f43
commit
2625f8c57c
1 changed files with 3 additions and 0 deletions
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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue