diff --git a/data/scripts/unique/sea0Town01a/PopulaceStandard/ansgor.lua b/data/scripts/unique/sea0Town01a/PopulaceStandard/ansgor.lua index f71e01a3..541b09b3 100644 --- a/data/scripts/unique/sea0Town01a/PopulaceStandard/ansgor.lua +++ b/data/scripts/unique/sea0Town01a/PopulaceStandard/ansgor.lua @@ -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