Core/DataStores: Define new taxi node flags
Port From (https://github.com/TrinityCore/TrinityCore/commit/edbbbf8be3569eb2c2c44617b0ff1ba878d812a9)
This commit is contained in:
@@ -2191,9 +2191,12 @@ namespace Framework.Constants
|
|||||||
ShowOnMapBorder = 0x04,
|
ShowOnMapBorder = 0x04,
|
||||||
ShowIfClientPassesCondition = 0x08,
|
ShowIfClientPassesCondition = 0x08,
|
||||||
UsePlayerFavoriteMount = 0x10,
|
UsePlayerFavoriteMount = 0x10,
|
||||||
EndPointPnly = 0x20,
|
EndPointOnly = 0x20,
|
||||||
IgnoreForFindNearest = 0x40,
|
IgnoreForFindNearest = 0x40,
|
||||||
DoNotShowInWorldMapUI = 0x80,
|
DoNotShowInWorldMapUI = 0x80,
|
||||||
|
ShowNpcMinimapAtlasIfClientPassesCondition = 0x100,
|
||||||
|
MapLayerTransition = 0x200,
|
||||||
|
NotAccountWide = 0x400
|
||||||
}
|
}
|
||||||
|
|
||||||
[Flags]
|
[Flags]
|
||||||
|
|||||||
Reference in New Issue
Block a user