[TrinityCore] [FIX] Donavan Bale spawned

bulle7proof

New Member
Joined
Feb 10, 2009
Messages
344
Reaction score
68
Donavan Bale 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 (88645,32695,571,1,65535,0,0,5799.76,573.119,649.937,2.59181,600,0,0,10635,0,0,2);
UPDATE creature_template SET MovementType=2 WHERE entry=32695;
UPdATE creature SET MovementType=2 WHERE guid=88645;