mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-22 04:37:47 +00:00
Retainer name was not set.
This commit is contained in:
parent
4160622556
commit
b092d447cc
1 changed files with 1 additions and 0 deletions
|
@ -2103,6 +2103,7 @@ namespace FFXIVClassic_Map_Server
|
||||||
ActorClass actorClass = Server.GetWorldManager().GetActorClass(actorClassId);
|
ActorClass actorClass = Server.GetWorldManager().GetActorClass(actorClassId);
|
||||||
|
|
||||||
retainer = new Retainer(retainerId, actorClass, player, 0, 0, 0, 0);
|
retainer = new Retainer(retainerId, actorClass, player, 0, 0, 0, 0);
|
||||||
|
retainer.customDisplayName = name;
|
||||||
retainer.LoadEventConditions(actorClass.eventConditions);
|
retainer.LoadEventConditions(actorClass.eventConditions);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue