mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 23:01:30 +00:00
Add logging message for setting linked reuse
This commit is contained in:
parent
a07149919d
commit
0789d10d3e
@ -5727,6 +5727,7 @@ void Client::SetLinkedSpellReuseTimer(uint32 timer_id, uint32 duration)
|
|||||||
{
|
{
|
||||||
if (timer_id > 19)
|
if (timer_id > 19)
|
||||||
return;
|
return;
|
||||||
|
Log.Out(Logs::Detail, Logs::Spells, "Setting Linked Spell Reuse %d for %d", timer_id, duration);
|
||||||
GetPTimers().Start(pTimerLinkedSpellReuseStart + timer_id, duration);
|
GetPTimers().Start(pTimerLinkedSpellReuseStart + timer_id, duration);
|
||||||
auto outapp = new EQApplicationPacket(OP_LinkedReuse, sizeof(LinkedSpellReuseTimer_Struct));
|
auto outapp = new EQApplicationPacket(OP_LinkedReuse, sizeof(LinkedSpellReuseTimer_Struct));
|
||||||
auto lr = (LinkedSpellReuseTimer_Struct *)outapp->pBuffer;
|
auto lr = (LinkedSpellReuseTimer_Struct *)outapp->pBuffer;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user