mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Fix linux warnings Implement #72
This commit is contained in:
@@ -112,13 +112,13 @@ namespace LuaSpell
|
||||
return 0;
|
||||
}
|
||||
|
||||
int cancel(lua_State* L, Spell* spell)
|
||||
int cancel(lua_State* /*L*/, Spell* spell)
|
||||
{
|
||||
spell->cancel();
|
||||
return 0;
|
||||
}
|
||||
|
||||
int Finish(lua_State* L, Spell* spell)
|
||||
int Finish(lua_State* /*L*/, Spell* spell)
|
||||
{
|
||||
spell->finish();
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user