mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Revert "Don't set member offline before linkdead"
This reverts commit 8d27602aa0.
This doesn't work because a linkdead leader coming back online will
toggle to offline state anyway
This commit is contained in:
+1
-1
@@ -739,7 +739,7 @@ public:
|
||||
|
||||
bool TGB() const { return tgb; }
|
||||
|
||||
void OnDisconnect(bool hard_disconnect, bool linkdead = false);
|
||||
void OnDisconnect(bool hard_disconnect);
|
||||
|
||||
uint16 GetSkillPoints() { return m_pp.points;}
|
||||
void SetSkillPoints(int inp) { m_pp.points = inp;}
|
||||
|
||||
Reference in New Issue
Block a user