Skip to content

Commit

Permalink
Fix Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
Foereaper committed Jan 20, 2024
1 parent 4593003 commit b609f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TrinityCore/WorldObjectMethods.h
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ namespace LuaWorldObject
* Removes all timed events from a [WorldObject]
*
*/
int RemoveEvents(Eluna* E, WorldObject* obj)
int RemoveEvents(Eluna* /*E*/, WorldObject* obj)
{
obj->elunaEvents->SetStates(LUAEVENT_STATE_ABORT);
return 0;
Expand Down

0 comments on commit b609f93

Please sign in to comment.