- Joined
- Feb 10, 2009
- Messages
- 344
- Reaction score
- 68
Danric the Bold is scripted with waypoints and eventAI in DTDB but his spawn was missing. Now its spawned.
On DTDB rev.1
On DTDB rev.1
Code:
DELETE FROM creature where guid=128279;
INSERT INTO creature VALUES (128279,32704,571,1,65535,0,0,5813.45,750.337,640.607,5.07891,600,0,0,10635,3561,0,2);
UPDATE creature_template SET MovementType=2 WHERE entry=32704;
UPdATE creature SET MovementType=2 WHERE guid=128279;