mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-05 03:42:26 +00:00
Fix: restore outer else-SPELL_UNKNOWN branch in BuffFadeBySlot
Co-authored-by: Valorith <76063792+Valorith@users.noreply.github.com>
This commit is contained in:
parent
0056345a81
commit
c10eeb0c16
@ -4850,9 +4850,9 @@ void Mob::BuffFadeBySlot(int slot, bool iRecalcBonuses, bool suppress, uint32 su
|
|||||||
}
|
}
|
||||||
ReapplyBuffEffects(slot, true);
|
ReapplyBuffEffects(slot, true);
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
buffs[slot].spellid = SPELL_UNKNOWN;
|
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
buffs[slot].spellid = SPELL_UNKNOWN;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(IsPet() && GetOwner() && GetOwner()->IsClient()) {
|
if(IsPet() && GetOwner() && GetOwner()->IsClient()) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user