mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Eluna fix linux warnings
This commit is contained in:
@@ -115,7 +115,6 @@ namespace LuaAura
|
||||
|
||||
int Remove(lua_State* L, Aura* aura)
|
||||
{
|
||||
int duration = Eluna::CHECKVAL<int>(L, 2);
|
||||
#ifdef MANGOS
|
||||
aura->GetHolder()->RemoveAura(aura->GetEffIndex());
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user