- 188
- 2017
- 13
- Location
- PA, USA
Missing NPC/Quest givers.
Code:
-- --------------------------------------------------------------------------------------------------------------------
-- Repack version: 7.0.2
-- Add missing NPC/Quest givers
-- NPCID: 44561 Face <S.A.F.E.> (Gnomeregan)
-- NPCID: 44563 Hann Ibal <S.A.F.E.> (Gnomeregan)
-- --------------------------------------------------------------------------------------------------------------------
DELETE FROM `creature` WHERE `id` IN (44561, 44563);
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
(44561, 90, 721, 721, 1, 1, 0, 0, -614.212, 535.27, -273.071, 5.20933, 300, 0, 0, 4299, 0, 0, 0, 0, 0, 0),
(44563, 90, 721, 721, 1, 1, 0, 0, -470.701, 652.804, -327.21, 2.94494, 300, 0, 0, 4978, 0, 0, 0, 0, 0, 0);