mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-02 19:42:05 -04:00
Retainer name was not set.
This commit is contained in:
parent
4160622556
commit
b092d447cc
@ -2103,6 +2103,7 @@ namespace FFXIVClassic_Map_Server
|
||||
ActorClass actorClass = Server.GetWorldManager().GetActorClass(actorClassId);
|
||||
|
||||
retainer = new Retainer(retainerId, actorClass, player, 0, 0, 0, 0);
|
||||
retainer.customDisplayName = name;
|
||||
retainer.LoadEventConditions(actorClass.eventConditions);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user