- 188
- 2017
- 13
- Location
- PA, USA
Fix for missing mining trainer in Ironforge.
Code:
-- --------------------------------------------------------
-- Repack version: 7.0.2
-- Missing NPC (Mining trainer in Ironforge)
-- NPCID: 4254 Geofram Bouldertoe
-- --------------------------------------------------------
DELETE FROM `creature` where `id` = 4254;
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
(4254, 0, 1537, 5342, 1, 1, 0, 4254, -4709.3, -1107.14, 504.447, 5.75103, 300, 0, 0, 1342, 0, 0, 0, 0, 0, 0);