mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-10 06:24:38 +02:00
fixed method casing in lua
This commit is contained in:
parent
ba13d5798d
commit
884a26dc52
368 changed files with 1121 additions and 1121 deletions
|
@ -1,6 +1,6 @@
|
|||
|
||||
function onEventStarted(player, npc)
|
||||
defaultWil = getStaticActor("DftWil");
|
||||
player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithJudithe_001", nil, nil, nil);
|
||||
defaultWil = GetStaticActor("DftWil");
|
||||
player:RunEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithJudithe_001", nil, nil, nil);
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue