mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 02:11:30 +00:00
Merge pull request #969 from EQEmu/bug_fix/loh_skill_death_reset
LoH skill needs to be reset on death
This commit is contained in:
commit
a4a70cf225
@ -1857,6 +1857,12 @@ bool Client::Death(Mob* killerMob, int32 damage, uint16 spell, EQEmu::skills::Sk
|
||||
*/
|
||||
ResetOnDeathAlternateAdvancement();
|
||||
|
||||
/*
|
||||
Reset reuse timer for classic skill based Lay on Hands (For tit I guess)
|
||||
*/
|
||||
if (GetClass() == PALADIN) // we could check if it's not expired I guess, but should be fine not to
|
||||
p_timers.Clear(&database, pTimerLayHands);
|
||||
|
||||
/*
|
||||
Finally, send em home
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user