mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-08-26 02:43:27 +02:00
Implemented the ending portion of the guildleve.
This commit is contained in:
parent
cd0bb10ef6
commit
e5afe8791b
7 changed files with 88 additions and 0 deletions
|
@ -467,6 +467,11 @@ namespace FFXIVClassic_Map_Server.Actors
|
|||
RemoveActorFromZone(FindActorInZoneByUniqueID(uniqueId));
|
||||
}
|
||||
|
||||
public void DespawnActor(Actor actor)
|
||||
{
|
||||
RemoveActorFromZone(actor);
|
||||
}
|
||||
|
||||
public Director GetWeatherDirector()
|
||||
{
|
||||
return mWeatherDirector;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue