fix(DB/Vendor): Restock time for Undermine Clam Chowder (#9544)

This commit is contained in:
Nefertumm 2021-12-12 04:05:42 -08:00 committed by GitHub
parent 2c0de6aa28
commit 02cb32fca5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1638834766612326400');
UPDATE `npc_vendor` SET `incrtime` = 900 WHERE `entry` = 8139 AND `item` = 16767;