Updated db2 structures to 7.3.2.25480
This commit is contained in:
@@ -400,7 +400,10 @@ namespace Framework.Constants
|
||||
CompleteWorldQuest = 203,
|
||||
// 204 - Special criteria type to award players for some external events? Comes with what looks like an identifier, so guessing it's not unique.
|
||||
TransmogSetUnlocked = 205,
|
||||
TotalTypes = 208
|
||||
GainParagonReputation = 206,
|
||||
EarnHonorXp = 207,
|
||||
RelicTalentUnlocked = 211,
|
||||
TotalTypes = 212
|
||||
}
|
||||
|
||||
public enum CriteriaDataType
|
||||
|
||||
@@ -44,7 +44,7 @@ namespace Framework.Constants
|
||||
public const uint infinityCooldownDelayCheck = Time.Month / 2;
|
||||
public const int MaxPlayerSummonDelay = 2 * Time.Minute;
|
||||
|
||||
public const int TaxiMaskSize = 243;
|
||||
public const int TaxiMaskSize = 253;
|
||||
|
||||
// corpse reclaim times
|
||||
public const int DeathExpireStep = (5 * Time.Minute);
|
||||
@@ -97,7 +97,7 @@ namespace Framework.Constants
|
||||
public const byte FieldBytesOffsetRafGrantableLevel = 0;
|
||||
public const byte FieldBytesOffsetActionBarToggles = 1;
|
||||
public const byte FieldBytesOffsetLifetimeMaxPvpRank = 2;
|
||||
public const byte FieldBytesOffsetMaxArtifactPowerRanks = 3;
|
||||
public const byte FieldBytesOffsetNumRespecs = 3;
|
||||
|
||||
public const byte FieldBytes2OffsetIgnorePowerRegenPredictionMask = 0;
|
||||
public const byte FieldBytes2OffsetAuraVision = 1;
|
||||
|
||||
@@ -703,6 +703,7 @@ namespace Framework.Constants
|
||||
EventScenario6 = 30,
|
||||
WorldPvPScenario2 = 32,
|
||||
TimewalkingRaid = 33,
|
||||
Pvp = 34,
|
||||
|
||||
Max
|
||||
}
|
||||
@@ -2319,4 +2320,9 @@ namespace Framework.Constants
|
||||
Unk16 = 0x10, // 16, most common value
|
||||
Unk32 = 0x20
|
||||
}
|
||||
|
||||
public enum WorldMapTransformsFlags
|
||||
{
|
||||
Dundeon = 0x04
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2333,7 +2333,8 @@ namespace Framework.Constants
|
||||
Unk146 = 146,
|
||||
Unk147 = 147,
|
||||
Unk148 = 148,
|
||||
TotalSpellTargets = 149
|
||||
Unk149 = 149,
|
||||
TotalSpellTargets
|
||||
}
|
||||
public enum SpellTargetSelectionCategories
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user