Fix(Sql/npc_vendor): Elixir of Major Defense Recipe incrtime (#20436)

This commit is contained in:
IntelligentQuantum
2024-11-04 23:39:44 +03:30
committed by GitHub
parent 1c22cdcab2
commit 4cc641fa08

View File

@@ -0,0 +1 @@
UPDATE `npc_vendor` SET `incrtime` = 300 WHERE `item` = 22909 AND `entry` IN (18005, 19837);