mirror of
				https://bitbucket.org/Ioncannon/project-meteor-server.git
				synced 2025-05-20 08:26:59 -04:00 
			
		
		
		
	Fixed bug where no name would appear in the post-chocobo naming cutscene.
This commit is contained in:
		| @@ -1909,6 +1909,9 @@ namespace Meteor.Map.Actors | ||||
|             hasChocobo = true; | ||||
|             chocoboAppearance = appearanceId; | ||||
|             chocoboName = nameResponse; | ||||
|  | ||||
|             QueuePacket(SetChocoboNamePacket.BuildPacket(actorId, chocoboName)); | ||||
|             QueuePacket(SetHasChocoboPacket.BuildPacket(actorId, hasChocobo)); | ||||
|         } | ||||
|  | ||||
|         public void ChangeChocoboAppearance(byte appearanceId) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user