mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Fix linux build and warnings
This commit is contained in:
@@ -2010,7 +2010,7 @@ namespace LuaGlobalFunctions
|
||||
* Removes old [Corpse]s from the world
|
||||
*
|
||||
*/
|
||||
int RemoveOldCorpses(Eluna* /*E*/, lua_State* L)
|
||||
int RemoveOldCorpses(Eluna* /*E*/, lua_State* /*L*/)
|
||||
{
|
||||
eObjectAccessor->RemoveOldCorpses();
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user