mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-07 17:22:26 +00:00
Fix issue with linked spell timers
This commit is contained in:
parent
0789d10d3e
commit
f67cd057f3
@ -5741,6 +5741,6 @@ bool Client::IsLinkedSpellReuseTimerReady(uint32 timer_id)
|
|||||||
{
|
{
|
||||||
if (timer_id > 19)
|
if (timer_id > 19)
|
||||||
return true;
|
return true;
|
||||||
return GetPTimers().Expired(&database, pTimerLinkedSpellReuseStart + timer_id);
|
return GetPTimers().Expired(&database, pTimerLinkedSpellReuseStart + timer_id, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user