1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-04-20 11:47:48 +00:00
This commit is contained in:
Filip Maj 2019-07-25 19:51:11 -04:00
parent b627ecf0fe
commit 02e41f6103

View file

@ -73,7 +73,9 @@ function onEventStarted(player, npc, triggerName)
player:EndEvent(); player:EndEvent();
return; return;
else else
player:IssueChocobo(appearance, startAppearances[npc:GetActorClassId()]); local appearance = startAppearances[npc:GetActorClassId()];
player:IssueChocobo(appearance, nameResponse);
callClientFunction(player, "eventAfterChocoboName", player); callClientFunction(player, "eventAfterChocoboName", player);
--Add Chocobo License and remove issuance --Add Chocobo License and remove issuance