Eluna fix linux warnings

This commit is contained in:
Rochet2
2014-06-02 12:13:21 +03:00
committed by Foereaper
parent 16e7a71980
commit 9a1f8c7884
3 changed files with 2 additions and 4 deletions

View File

@@ -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