mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
feat: add RemoveArenaSpellCooldowns and RemoveArenaAuras
This commit is contained in:
@@ -389,6 +389,7 @@ ElunaRegister<Unit> UnitMethods[] =
|
||||
{ "AddAura", &LuaUnit::AddAura },
|
||||
{ "RemoveAura", &LuaUnit::RemoveAura },
|
||||
{ "RemoveAllAuras", &LuaUnit::RemoveAllAuras },
|
||||
{ "RemoveArenaAuras", &LuaUnit::RemoveArenaAuras },
|
||||
{ "ClearInCombat", &LuaUnit::ClearInCombat },
|
||||
{ "DeMorph", &LuaUnit::DeMorph },
|
||||
{ "SendUnitWhisper", &LuaUnit::SendUnitWhisper },
|
||||
@@ -663,6 +664,7 @@ ElunaRegister<Player> PlayerMethods[] =
|
||||
{ "ModifyMoney", &LuaPlayer::ModifyMoney },
|
||||
{ "LearnSpell", &LuaPlayer::LearnSpell },
|
||||
{ "LearnTalent", &LuaPlayer::LearnTalent },
|
||||
{ "RemoveArenaSpellCooldowns", &LuaPlayer::RemoveArenaSpellCooldowns },
|
||||
{ "RemoveItem", &LuaPlayer::RemoveItem },
|
||||
{ "RemoveLifetimeKills", &LuaPlayer::RemoveLifetimeKills },
|
||||
{ "ResurrectPlayer", &LuaPlayer::ResurrectPlayer },
|
||||
|
||||
Reference in New Issue
Block a user