aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorCraftedRO <CraftedRO@users.noreply.github.com>2022-11-04 19:05:17 +0100
committerShauren <shauren.trinity@gmail.com>2023-01-12 22:55:17 +0100
commit88fa09d99ddba6b156e3043c14aeb7a7b2f580aa (patch)
treec06814358aa5b1c2a179e2ce9d99a613ea41234b /sql
parent298febaaf9617664e89ac5e1af9ae7794e47e28c (diff)
DB: Decrease restock time for Formula: Runed Adamantite Rod
Closes #28451 (cherry picked from commit 53618acd29f3b1013f7fe0d6be319bd4a928d286)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2023_01_12_20_world_2022_11_04_08_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_01_12_20_world_2022_11_04_08_world.sql b/sql/updates/world/master/2023_01_12_20_world_2022_11_04_08_world.sql
new file mode 100644
index 00000000000..b789f0ee862
--- /dev/null
+++ b/sql/updates/world/master/2023_01_12_20_world_2022_11_04_08_world.sql
@@ -0,0 +1,4 @@
+-- Vodesiin
+UPDATE `npc_vendor` SET `incrtime`=1800 WHERE `entry`=19004 AND `item`=25848;
+-- Rungor
+UPDATE `npc_vendor` SET `incrtime`=1800 WHERE `entry`=18960 AND `item`=25848;