Skip to content

Commit

Permalink
Fix: Missing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
iThorgrim committed Jan 22, 2025
1 parent 203416b commit a4062b6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/LuaEngine/ElunaDBCRegistry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ std::vector<DBCDefinition> dbcRegistry = {
REGISTER_DBC(GemProperties, GemPropertiesEntry, sGemPropertiesStore),
REGISTER_DBC(Spell, SpellEntry, sSpellStore),
};

1 change: 1 addition & 0 deletions src/LuaEngine/ElunaDBCRegistry.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ extern std::vector<DBCDefinition> dbcRegistry;
}

#endif // ELUNADBCREGISTRY_H

1 change: 1 addition & 0 deletions src/LuaEngine/methods/GemPropertiesEntryMethods.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ namespace LuaGemPropertiesEntry
}
}
#endif

1 change: 1 addition & 0 deletions src/LuaEngine/methods/SpellEntryMethods.h
Original file line number Diff line number Diff line change
Expand Up @@ -698,3 +698,4 @@ namespace LuaSpellEntry
}

#endif

0 comments on commit a4062b6

Please sign in to comment.