mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Small update to prior commit.
This commit is contained in:
+2
-1
@@ -685,7 +685,8 @@ bool Client::UseDiscipline(uint32 spell_id, uint32 target) {
|
||||
reduced_recast -= CastToClient()->GetFocusEffect(focusReduceRecastTime, spell_id);
|
||||
if(reduced_recast <= 0){
|
||||
reduced_recast = 0;
|
||||
CastToClient()->GetPTimers().Clear(&database, (uint32)DiscTimer);
|
||||
if (GetPTimers().Enabled((uint32)DiscTimer))
|
||||
GetPTimers().Clear(&database, (uint32)DiscTimer);
|
||||
}
|
||||
|
||||
if (reduced_recast > 0)
|
||||
|
||||
Reference in New Issue
Block a user