mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-28 09:17:15 +00:00
Fix issue with linked spell timers
This commit is contained in:
+1
-1
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user