mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
Small update to prior commit.
This commit is contained in:
parent
f0f920d0e8
commit
22170527c4
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user