mirror of
https://github.com/azerothcore/mod-ale
synced 2025-12-01 21:15:19 +08:00
feat: add RemoveArenaSpellCooldowns and RemoveArenaAuras
This commit is contained in:
@@ -2656,7 +2656,16 @@ namespace LuaUnit
|
||||
unit->RemoveAllAuras();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Removes all positive visible [Aura]'s from the [Unit].
|
||||
*/
|
||||
int RemoveArenaAuras(lua_State* /*L*/, Unit* unit)
|
||||
{
|
||||
unit->RemoveArenaAuras();
|
||||
return 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Adds the given unit state for the [Unit].
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user