mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 21:44:35 +02:00
Added retainer inventory code. Renamed CURRENCY inv type to CURRENCY_CRYSTALS so I don't forget.
This commit is contained in:
parent
52c707d66e
commit
64006d2351
5 changed files with 251 additions and 70 deletions
|
@ -118,6 +118,7 @@ namespace FFXIVClassic_Map_Server.dataobjects
|
|||
QueuePacket(actor.GetInitPackets());
|
||||
QueuePacket(actor.GetSetEventStatusPackets());
|
||||
actorInstanceList.Add(actor);
|
||||
((Npc)actor).DoOnActorSpawn(playerActor);
|
||||
playerActor.sentRetainerSpawn = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue