mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Fixed a few scripts. Jellyfish init script was built so it didn't crash boat zone.
This commit is contained in:
@@ -2,6 +2,6 @@ require ("global")
|
||||
|
||||
function onEventStarted(player, npc)
|
||||
defaultWil = GetStaticActor("DftWil");
|
||||
callClientFunction(player, "delegateEvent", player, defaultWil, "defaultTalkWithGag:Runa_001", nil, nil, nil);
|
||||
callClientFunction(player, "delegateEvent", player, defaultWil, "defaultTalkWithGagaruna_001", nil, nil, nil);
|
||||
player:endEvent();
|
||||
end
|
Reference in New Issue
Block a user