Skip to content

Commit

Permalink
Should fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberium committed Jan 31, 2024
1 parent fcff911 commit 50060d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/Loot/LootMgr.h
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ class LootStore
class LootTemplate
{
private:
class LootTemplate::LootGroup // A set of loot definitions for items (refs are not allowed)
class LootGroup // A set of loot definitions for items (refs are not allowed)
{
public:
void AddEntry(LootStoreItem& item); // Adds an entry to the group (at loading stage)
Expand Down

0 comments on commit 50060d0

Please sign in to comment.