What's new
  • Happy Cataclysm gaming! The long-awaited 4.3.4 Cataclysm Repack V19.0 is now live - and downloadable from our brand-new Emucoach App.
    Download it now

Few missing trainers in Darnassus 7.0.2

mastermind

Silver Supporter
Senior User
188
2017
13
Location
PA, USA
Three missing trainers in Darnassus (Leather working, Inscription and Enchanting)

Code:
-- --------------------------------------------------------
-- Repack version:               7.0.2
-- --------------------------------------------------------

-- Missing Darnassus Trainers
DELETE FROM `creature` where `id` in (4212, 4213, 30715);
INSERT INTO `creature` (`id`, `map`, `zone`, `area`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `walkmode`) VALUES
(4212, 1, 1657, 1657, 1, 1, 0, 0, 10079.3, 2265, 1343.31, 6.26902, 300, 0, 0, 2399, 0, 0, 0, 0, 0, 0), -- Telonis Leather Working Trainer
(30715, 1, 1657, 1657, 1, 1, 0, 30715, 10134.4, 2320.98, 1343.31, 2.91142, 300, 0, 0, 902, 2680, 0, 0, 0, 0, 0), -- Taladan Enchanting Trainer
(4213, 1, 1657, 1657, 1, 1, 0, 0, 10131, 2320.94, 1333, 0.975424, 300, 0, 0, 1342, 0, 0, 0, 0, 0, 0); -- Feyden Darkin Inscription Trainer
 
Back
Top