mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-23 05:07:47 +00:00
Fixed bug where no name would appear in the post-chocobo naming cutscene.
This commit is contained in:
parent
8687e43191
commit
ca4f00cfe3
2 changed files with 3 additions and 2858 deletions
|
@ -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)
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue