mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-11 02:52:26 +00:00
[Cleanup] Remove DoBuffWearOffEffect() from mob.h (#3062)
# Notes - This is unused.
This commit is contained in:
parent
b7747b07db
commit
db7e8241ac
@ -917,7 +917,6 @@ public:
|
|||||||
bool PassCharismaCheck(Mob* caster, uint16 spell_id);
|
bool PassCharismaCheck(Mob* caster, uint16 spell_id);
|
||||||
bool TryDeathSave();
|
bool TryDeathSave();
|
||||||
bool TryDivineSave();
|
bool TryDivineSave();
|
||||||
void DoBuffWearOffEffect(uint32 index);
|
|
||||||
void TryTriggerOnCastFocusEffect(focusType type, uint16 spell_id);
|
void TryTriggerOnCastFocusEffect(focusType type, uint16 spell_id);
|
||||||
bool TryTriggerOnCastProc(uint16 focusspellid, uint16 spell_id, uint16 proc_spellid);
|
bool TryTriggerOnCastProc(uint16 focusspellid, uint16 spell_id, uint16 proc_spellid);
|
||||||
bool TrySpellTrigger(Mob *target, uint32 spell_id, int effect);
|
bool TrySpellTrigger(Mob *target, uint32 spell_id, int effect);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user