aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraftedRO <CraftedRO@users.noreply.github.com>2022-11-04 19:05:17 +0100
committerKillyana <morphone1@gmail.com>2022-11-04 19:05:17 +0100
commit53618acd29f3b1013f7fe0d6be319bd4a928d286 (patch)
treed7db3faa139cc732a83ca5b5a91a14bb468c5e14
parent17e179099b673584028b0c83516d1d2f5db21293 (diff)
DB: Decrease restock time for Formula: Runed Adamantite Rod
Closes #28451
-rw-r--r--sql/updates/world/3.3.5/2022_11_04_08_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2022_11_04_08_world.sql b/sql/updates/world/3.3.5/2022_11_04_08_world.sql
new file mode 100644
index 00000000000..b789f0ee862
--- /dev/null
+++ b/sql/updates/world/3.3.5/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;