Core/Misc: Moved CharacterInfo out of world to separate class
Port From (https://github.com/TrinityCore/TrinityCore/commit/ad4e63bae145ae49b584ab2fc621660430cec0d3)
This commit is contained in:
@@ -732,4 +732,11 @@ namespace Framework.Constants
|
||||
FailedCantDoThatChallengeModeActive = 7,
|
||||
FailedRestArea = 8
|
||||
}
|
||||
|
||||
public enum TutorialsFlag
|
||||
{
|
||||
None = 0x00,
|
||||
Changed = 0x01,
|
||||
LoadedFromDB = 0x02
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user