mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-21 17:02:27 +00:00
formatting cleanup, no functional change
This commit is contained in:
parent
bc46b1371d
commit
7dce9d6c8e
@ -2112,7 +2112,6 @@ const char* Database::GetRaidLeaderName(uint32 rid)
|
|||||||
|
|
||||||
bool Database::VerifyInstanceAlive(uint16 instance_id, uint32 char_id)
|
bool Database::VerifyInstanceAlive(uint16 instance_id, uint32 char_id)
|
||||||
{
|
{
|
||||||
|
|
||||||
//we are not saved to this instance so set our instance to 0
|
//we are not saved to this instance so set our instance to 0
|
||||||
if(!GlobalInstance(instance_id) && !CharacterInInstanceGroup(instance_id, char_id))
|
if(!GlobalInstance(instance_id) && !CharacterInInstanceGroup(instance_id, char_id))
|
||||||
{
|
{
|
||||||
@ -2124,6 +2123,7 @@ bool Database::VerifyInstanceAlive(uint16 instance_id, uint32 char_id)
|
|||||||
DeleteInstance(instance_id);
|
DeleteInstance(instance_id);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user