mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-09 22:20:24 +00:00
[Spells] Implemented SPA 511 SE_Ff_FocusTimerMin (#1645)
* update for SPA 511 * remove debugs, AA implemented * update * format update * rename function renamed function only check for buffs value > 0, don't need to check for AA's which are negative ID's * var rename update var name to better represent its function.
This commit is contained in:
@@ -509,9 +509,6 @@ bool Client::Process() {
|
||||
}
|
||||
}
|
||||
|
||||
if (focus_proc_limit_timer.Check() && !dead)
|
||||
FocusProcLimitProcess();
|
||||
|
||||
if (client_state == CLIENT_KICKED) {
|
||||
Save();
|
||||
OnDisconnect(true);
|
||||
|
||||
Reference in New Issue
Block a user