1
Fork 0
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:
Filip Maj 2017-09-09 14:28:02 -04:00
parent 4160622556
commit b092d447cc

View file

@ -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);
}
}