[TrinityCore] [FIX] Narestel Palestar spawn

bulle7proof

New Member
Joined
Feb 10, 2009
Messages
344
Reaction score
68
Narestel Palestar is scripted with waypoints and eventAI in DTDB but his spawn was missing. Now its spawned.

On DTDB rev.1

Code:
INSERT INTO creature VALUES (88641,32708,571,1,65535,0,1663,5885.18,680.074,643.094,0.757909,600,0,0,10635,3561,0,2);
UPDATE creature_template SET MovementType=2 WHERE entry=32708;
UPdATE creature SET MovementType=2 WHERE guid=88641;