Files
mod-individual-progression/sql/world/base/zone_shattrath.sql
Grimfeather a009135c12 Update zone_shattrath.sql
code moved to professions.sql
2025-05-14 14:21:30 +02:00

5 lines
275 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);