Implemented the ending portion of the guildleve.

This commit is contained in:
Filip Maj 2017-06-25 22:43:15 -04:00
parent cd0bb10ef6
commit e5afe8791b
7 changed files with 88 additions and 0 deletions

View file

@ -467,6 +467,11 @@ namespace FFXIVClassic_Map_Server.Actors
RemoveActorFromZone(FindActorInZoneByUniqueID(uniqueId));
}
public void DespawnActor(Actor actor)
{
RemoveActorFromZone(actor);
}
public Director GetWeatherDirector()
{
return mWeatherDirector;