mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 22:56:37 +00:00
-Merc upkeep timers fixed to display properly. They now persist through zones as well as save to the database properly.
-Merc unsuspend timers should now be more reliable across zone shutdown.
This commit is contained in:
+1
-1
@@ -1124,7 +1124,7 @@ public:
|
||||
void UpdateMercTimer();
|
||||
void UpdateMercLevel();
|
||||
void CheckMercSuspendTimer();
|
||||
Timer GetMercTimer() { return merc_timer; };
|
||||
Timer* GetMercTimer() { return &merc_timer; };
|
||||
const char* GetRacePlural(Client* client);
|
||||
const char* GetClassPlural(Client* client);
|
||||
void SendWebLink(const char* website);
|
||||
|
||||
Reference in New Issue
Block a user