What's new

Missing NPCID: 3916 Shael'dryn v7.0.2

mastermind

Silver Supporter
Senior User
188
2017
13
Location
PA, USA
Missing NPC needed for multiple quest starts and ends.

Code:
-- --------------------------------------------------------
-- Repack version:               7.0.2
-- Missing NPC 
-- NPCID: 3916 Shael'dryn
-- --------------------------------------------------------

DELETE FROM `creature` where `id` = 3916;
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
(3916, 1, 331, 4705, 1, 65535, 0, 3916, 2373.18, -1708.8, 152.736, 1.16539, 300, 0, 0, 664, 0, 0, 0, 0, 0, 0);
 
Last edited:
Top