mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
fix: comment unused parameter (#250)
This commit is contained in:
@@ -382,7 +382,7 @@ namespace LuaGuild
|
||||
/**
|
||||
* Resets the number of item withdraw in all tab's for all [Guild] members.
|
||||
*/
|
||||
int ResetTimes(lua_State* L, Guild* guild)
|
||||
int ResetTimes(lua_State* /*L*/, Guild* guild)
|
||||
{
|
||||
guild->ResetTimes();
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user