mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-02 19:42:05 -04:00
Fixed bug where no name would appear in the post-chocobo naming cutscene.
This commit is contained in:
parent
8687e43191
commit
ca4f00cfe3
@ -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…
Reference in New Issue
Block a user