mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-19 21:02:41 +00:00
Merge pull request #70 from Valorith/copilot/sub-pr-68-again
Fix: restore outer SPELL_UNKNOWN branch in BuffFadeBySlot
This commit is contained in:
commit
04a907a304
@ -4851,9 +4851,9 @@ void Mob::BuffFadeBySlot(int slot, bool iRecalcBonuses, bool suppress, uint32 su
|
||||
}
|
||||
ReapplyBuffEffects(slot, true);
|
||||
}
|
||||
} else {
|
||||
buffs[slot].spellid = SPELL_UNKNOWN;
|
||||
}
|
||||
} else {
|
||||
buffs[slot].spellid = SPELL_UNKNOWN;
|
||||
}
|
||||
|
||||
if(IsPet() && GetOwner() && GetOwner()->IsClient()) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user