mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-02 19:42:05 -04:00
Bugfix.
This commit is contained in:
parent
b627ecf0fe
commit
02e41f6103
@ -73,7 +73,9 @@ function onEventStarted(player, npc, triggerName)
|
||||
player:EndEvent();
|
||||
return;
|
||||
else
|
||||
player:IssueChocobo(appearance, startAppearances[npc:GetActorClassId()]);
|
||||
local appearance = startAppearances[npc:GetActorClassId()];
|
||||
player:IssueChocobo(appearance, nameResponse);
|
||||
|
||||
callClientFunction(player, "eventAfterChocoboName", player);
|
||||
|
||||
--Add Chocobo License and remove issuance
|
||||
|
Loading…
Reference in New Issue
Block a user