1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-04-25 14:17:46 +00:00

Set Ansgor to correct talk.

This commit is contained in:
Filip Maj 2016-06-21 17:56:38 -04:00
parent 3969fff64a
commit d06bf5499f

View file

@ -1,6 +1,6 @@
function onEventStarted(player, npc)
defaultSea = GetStaticActor("DftSea");
player:RunEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithAnsgor_001", nil, nil, nil);
player:RunEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithANSGOR_100", nil, nil, nil);
end