mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
[Commands] Cleanup #instance Command. (#1803)
* [Commands] Cleanup #instance Command. - Cleanups message and logic. - Cleanup ListAllInstances() method. - Fix day calculation in ConvertSecondsToTime(). * Cleanup. * Add return.
This commit is contained in:
+1
-1
@@ -576,7 +576,7 @@ public:
|
||||
uint8 RaidGroupCount(uint32 raidid, uint32 groupid);
|
||||
|
||||
/* Instancing */
|
||||
void ListAllInstances(Client* c, uint32 charid);
|
||||
void ListAllInstances(Client* c, uint32 character_id);
|
||||
|
||||
/* QGlobals */
|
||||
void QGlobalPurge();
|
||||
|
||||
Reference in New Issue
Block a user