mirror of
				https://bitbucket.org/Ioncannon/project-meteor-server.git
				synced 2025-05-20 08:26:59 -04:00 
			
		
		
		
	Bugfix.
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user