[Quest API] Add Buff Fade Methods to Perl/Lua (#4501)

* [Quest API] Add Buff Fade Methods to Perl/Lua

* BuffFadeSongs()
This commit is contained in:
Alex King
2024-10-09 03:12:33 -04:00
committed by GitHub
parent a5a568d548
commit a7c3b41afc
5 changed files with 88 additions and 0 deletions
+5
View File
@@ -605,6 +605,11 @@ public:
void AreaSpell(Lua_Mob center, uint16 spell_id, bool affect_caster, int16 resist_adjust, int max_targets);
void MassGroupBuff(Lua_Mob center, uint16 spell_id);
void MassGroupBuff(Lua_Mob center, uint16 spell_id, bool affect_caster);
void BuffFadeBeneficial();
void BuffFadeDetrimental();
void BuffFadeDetrimentalByCaster(Lua_Mob caster);
void BuffFadeNonPersistDeath();
void BuffFadeSongs();
};
#endif