From 2625f8c57ca0decfa407deb2c036ffd155b6528e Mon Sep 17 00:00:00 2001 From: Maxlytrius <44470484+Maxlytrius@users.noreply.github.com> Date: Sun, 22 Sep 2024 20:38:57 +0200 Subject: [PATCH] fix(DB/Item): Buycount adjustment for Star's Lament and Star's Tear (#18887) Create starstearlament.sql --- data/sql/updates/pending_db_world/starstearlament.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/starstearlament.sql diff --git a/data/sql/updates/pending_db_world/starstearlament.sql b/data/sql/updates/pending_db_world/starstearlament.sql new file mode 100644 index 000000000..09ddc2497 --- /dev/null +++ b/data/sql/updates/pending_db_world/starstearlament.sql @@ -0,0 +1,3 @@ + +UPDATE `item_template` SET `BuyCount` = 20 WHERE (`entry` = 32453); +UPDATE `item_template` SET `BuyCount` = 5 WHERE (`entry` = 32455);