mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-20 11:47:48 +00:00
Bugfix.
This commit is contained in:
parent
b627ecf0fe
commit
02e41f6103
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue