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:
@@ -493,7 +493,7 @@ namespace LuaItem
|
||||
return 1;
|
||||
}
|
||||
|
||||
int SaveToDB(lua_State* L, Item* item)
|
||||
int SaveToDB(lua_State* /*L*/, Item* item)
|
||||
{
|
||||
#ifdef MANGOS
|
||||
item->SaveToDB();
|
||||
|
||||
Reference in New Issue
Block a user