mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-14 11:31:30 +00:00
parent
a0e6fce057
commit
939fc79d19
@ -416,7 +416,6 @@ public:
|
|||||||
void BuffFadeBySlot(int slot, bool iRecalcBonuses = true);
|
void BuffFadeBySlot(int slot, bool iRecalcBonuses = true);
|
||||||
void BuffFadeDetrimentalByCaster(Mob *caster);
|
void BuffFadeDetrimentalByCaster(Mob *caster);
|
||||||
void BuffFadeBySitModifier();
|
void BuffFadeBySitModifier();
|
||||||
bool IsAffectedByBuff(uint16 spell_id);
|
|
||||||
bool IsAffectedByBuffByGlobalGroup(GlobalGroup group);
|
bool IsAffectedByBuffByGlobalGroup(GlobalGroup group);
|
||||||
void BuffModifyDurationBySpellID(uint16 spell_id, int32 newDuration);
|
void BuffModifyDurationBySpellID(uint16 spell_id, int32 newDuration);
|
||||||
int AddBuff(Mob *caster, const uint16 spell_id, int duration = 0, int32 level_override = -1, bool disable_buff_overwrite = false);
|
int AddBuff(Mob *caster, const uint16 spell_id, int duration = 0, int32 level_override = -1, bool disable_buff_overwrite = false);
|
||||||
|
|||||||
@ -4609,11 +4609,6 @@ void Mob::BuffFadeByEffect(int effect_id, int slot_to_skip)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Mob::IsAffectedByBuff(uint16 spell_id)
|
|
||||||
{
|
|
||||||
return FindBuff(spell_id);
|
|
||||||
}
|
|
||||||
|
|
||||||
bool Mob::IsAffectedByBuffByGlobalGroup(GlobalGroup group)
|
bool Mob::IsAffectedByBuffByGlobalGroup(GlobalGroup group)
|
||||||
{
|
{
|
||||||
int buff_count = GetMaxTotalSlots();
|
int buff_count = GetMaxTotalSlots();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user