Core/Players: Implement warband scene collection
Port From (https://github.com/TrinityCore/TrinityCore/commit/29e032707686b18bbcce7029e8dd2eaa6606f6d4)
This commit is contained in:
@@ -3139,6 +3139,15 @@ namespace Framework.Constants
|
||||
NoPaddingAboveUiWidgets = 0x020000
|
||||
}
|
||||
|
||||
public enum WarbandSceneFlags
|
||||
{
|
||||
DoNotInclude = 0x01,
|
||||
HiddenUntilCollected = 0x02,
|
||||
CannotBeSaved = 0x04,
|
||||
AwardedAutomatically = 0x08,
|
||||
IsDefault = 0x10
|
||||
}
|
||||
|
||||
public enum WorldMapTransformsFlags
|
||||
{
|
||||
Dungeon = 0x04
|
||||
|
||||
Reference in New Issue
Block a user