mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 09:31:30 +00:00
Misc formatting changes
This commit is contained in:
parent
06b8ce6017
commit
60e17bbeaa
@ -79,10 +79,11 @@ void Database::DBInitVars() {
|
|||||||
varcache_max = 0;
|
varcache_max = 0;
|
||||||
varcache_lastupdate = 0;
|
varcache_lastupdate = 0;
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
|
|
||||||
|
/*
|
||||||
Close the connection to the database
|
Close the connection to the database
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Database::~Database()
|
Database::~Database()
|
||||||
{
|
{
|
||||||
unsigned int x;
|
unsigned int x;
|
||||||
|
|||||||
@ -261,17 +261,11 @@ private:
|
|||||||
VarCache_Struct** varcache_array;
|
VarCache_Struct** varcache_array;
|
||||||
uint32 varcache_lastupdate;
|
uint32 varcache_lastupdate;
|
||||||
|
|
||||||
|
/* Groups, utility methods. */
|
||||||
/*
|
|
||||||
* Groups, utility methods.
|
|
||||||
*/
|
|
||||||
void ClearAllGroupLeaders();
|
void ClearAllGroupLeaders();
|
||||||
void ClearAllGroups();
|
void ClearAllGroups();
|
||||||
|
|
||||||
|
/* Raid, utility methods. */
|
||||||
/*
|
|
||||||
* Raid, utility methods.
|
|
||||||
*/
|
|
||||||
void ClearAllRaids();
|
void ClearAllRaids();
|
||||||
void ClearAllRaidDetails();
|
void ClearAllRaidDetails();
|
||||||
void ClearAllRaidLeaders();
|
void ClearAllRaidLeaders();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user