fix(DB/Vendor): Improve Xerintha Ravenoak vendor timers (#14319)

This commit is contained in:
neifion-00000000 2022-12-22 00:26:53 -06:00 committed by GitHub
parent 8a1cea9aac
commit 95461e30d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,4 @@
--
-- Xerintha Ravenoak vendor timers repaired
UPDATE `npc_vendor` SET `incrtime`=300 WHERE `entry`=20916 AND `item`=31674 AND `ExtendedCost`=0;
UPDATE `npc_vendor` SET `incrtime`=600 WHERE `entry`=20916 AND `item`=31675 AND `ExtendedCost`=0;