DB: Decrease restock time for Formula: Runed Adamantite Rod

Closes #28451

(cherry picked from commit 53618acd29)
This commit is contained in:
CraftedRO
2022-11-04 19:05:17 +01:00
committed by Shauren
parent 298febaaf9
commit 88fa09d99d

View File

@@ -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;