Update zone_shattrath.sql

code moved to professions.sql
This commit is contained in:
Grimfeather
2025-05-14 14:21:30 +02:00
committed by GitHub
parent 223ddf239e
commit a009135c12

View File

@@ -2,7 +2,3 @@
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);