mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Several TBC vendor fixes
This commit is contained in:
4
sql/world/base/zone_shattrath.sql
Normal file
4
sql/world/base/zone_shattrath.sql
Normal 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);
|
||||
Reference in New Issue
Block a user