Core/DataStores: Updated db2 structures to 9.2.0

Port From (https://github.com/TrinityCore/TrinityCore/commit/7fbdd6473e5c67d002029d3c3675977e6b037e88)
This commit is contained in:
hondacrx
2022-05-10 09:23:07 -04:00
parent 0bbabbd667
commit af276ca0c4
10 changed files with 32 additions and 18 deletions
+1 -1
View File
@@ -1798,7 +1798,7 @@ namespace Framework.Constants
DontDismissWhenEncounterIsAborted = 0x80000000 // NYI
}
public enum TaxiNodeFlags : byte
public enum TaxiNodeFlags : ushort
{
Alliance = 0x1,
Horde = 0x2,