mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Export of additional instance functions to perl as per #128.
Change QuestManager RemoveAllFromInstance function to use existing function to remove all clients from instance.
This commit is contained in:
@@ -6270,6 +6270,11 @@ void Client::AssignToInstance(uint16 instance_id)
|
||||
database.AddClientToInstance(instance_id, CharacterID());
|
||||
}
|
||||
|
||||
void Client::RemoveFromInstance(uint16 instance_id)
|
||||
{
|
||||
database.RemoveClientFromInstance(instance_id, CharacterID());
|
||||
}
|
||||
|
||||
void Client::SendStatsWindow(Client* client, bool use_window)
|
||||
{
|
||||
// Define the types of page breaks we need
|
||||
|
||||
Reference in New Issue
Block a user