[Cleanup] Remove DoBuffWearOffEffect() from mob.h (#3062)

# Notes
- This is unused.
This commit is contained in:
Alex King 2023-03-16 20:12:01 -04:00 committed by GitHub
parent b7747b07db
commit db7e8241ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -917,7 +917,6 @@ public:
bool PassCharismaCheck(Mob* caster, uint16 spell_id);
bool TryDeathSave();
bool TryDivineSave();
void DoBuffWearOffEffect(uint32 index);
void TryTriggerOnCastFocusEffect(focusType type, uint16 spell_id);
bool TryTriggerOnCastProc(uint16 focusspellid, uint16 spell_id, uint16 proc_spellid);
bool TrySpellTrigger(Mob *target, uint32 spell_id, int effect);