mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-30 17:58:16 +00:00
Fix /camp rest timer exploit
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ public:
|
||||
void Disable();
|
||||
void Start(uint32 set_timer_time=0, bool ChangeResetTimer = true);
|
||||
void SetTimer(uint32 set_timer_time=0);
|
||||
uint32 GetRemainingTime();
|
||||
uint32 GetRemainingTime() const;
|
||||
inline const uint32& GetTimerTime() { return timer_time; }
|
||||
inline const uint32& GetSetAtTrigger() { return set_at_trigger; }
|
||||
void Trigger();
|
||||
|
||||
Reference in New Issue
Block a user