mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
9 lines
423 B
SQL
9 lines
423 B
SQL
/* 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);
|
|
|
|
-- Mildred Fletcher <Physician>
|
|
DELETE FROM `npc_trainer` WHERE `ID`=19184;
|
|
INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (19184, -350000);
|