Several TBC vendor fixes

This commit is contained in:
郑佩茹
2022-09-10 11:36:45 -06:00
parent af501dfda9
commit d33d55abbc
4 changed files with 40 additions and 11 deletions

View File

@@ -0,0 +1,4 @@
/* Restore Ruby Shades to Haris Pilton */
DELETE FROM `npc_vendor` WHERE `entry`=18756 AND `item`=38089 AND `ExtendedCost`=0;
INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `incrtime`, `ExtendedCost`, `VerifiedBuild`) VALUES
(18756, 0, 38089, 1, 1800, 0, 0);