mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Build fix - who the hell places semicolons after preprocessor defines?!
This commit is contained in:
@@ -85,7 +85,7 @@ enum Expansions
|
||||
MAX_EXPANSIONS = 6
|
||||
};
|
||||
|
||||
#define CURRENT_EXPANSION EXPANSION_WARLORDS_OF_DRAENOR;
|
||||
#define CURRENT_EXPANSION EXPANSION_WARLORDS_OF_DRAENOR
|
||||
|
||||
enum Gender
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user