Core: Update to 10.2.7
Port From (https://github.com/TrinityCore/TrinityCore/commit/468a06baf046b716305ee665e3cfd93c80e99457)
This commit is contained in:
@@ -751,7 +751,13 @@ namespace Framework.Constants
|
||||
CompleteTrackingQuest = 250, /*NYI*/
|
||||
|
||||
GainLevels = 253, // Gain levels
|
||||
Count = 257
|
||||
|
||||
CompleteQuestsCountOnAccount = 257, /*NYI*/
|
||||
|
||||
WarbandBankTabPurchased = 260, /*NYI*/
|
||||
|
||||
LearnTaxiNode = 262,
|
||||
Count = 263
|
||||
}
|
||||
|
||||
public enum CriteriaDataType
|
||||
|
||||
@@ -73,55 +73,56 @@ namespace Framework.Constants
|
||||
CharCreateClassTrialThrottleWeek = 60,
|
||||
CharCreateClassTrialThrottleAccount = 61,
|
||||
CharCreateFactionBalance = 62,
|
||||
CharCreateTimerunning = 63,
|
||||
|
||||
CharDeleteInProgress = 63,
|
||||
CharDeleteSuccess = 64,
|
||||
CharDeleteFailed = 65,
|
||||
CharDeleteFailedCharacterServicePending = 66,
|
||||
CharDeleteFailedGuildLeader = 67,
|
||||
CharDeleteFailedArenaCaptain = 68,
|
||||
CharDeleteFailedHasHeirloomOrMail = 69,
|
||||
CharDeleteFailedDeprecated1 = 70,
|
||||
CharDeleteFailedHasWowToken = 71,
|
||||
CharDeleteFailedDeprecated2 = 72,
|
||||
CharDeleteFailedCommunityOwner = 73,
|
||||
CharDeleteInProgress = 64,
|
||||
CharDeleteSuccess = 65,
|
||||
CharDeleteFailed = 66,
|
||||
CharDeleteFailedCharacterServicePending = 67,
|
||||
CharDeleteFailedGuildLeader = 68,
|
||||
CharDeleteFailedArenaCaptain = 69,
|
||||
CharDeleteFailedHasHeirloomOrMail = 70,
|
||||
CharDeleteFailedDeprecated1 = 71,
|
||||
CharDeleteFailedHasWowToken = 72,
|
||||
CharDeleteFailedDeprecated2 = 73,
|
||||
CharDeleteFailedCommunityOwner = 74,
|
||||
|
||||
CharLoginInProgress = 74,
|
||||
CharLoginSuccess = 75,
|
||||
CharLoginNoWorld = 76,
|
||||
CharLoginDuplicateCharacter = 77,
|
||||
CharLoginNoInstances = 78,
|
||||
CharLoginFailed = 79,
|
||||
CharLoginDisabled = 80,
|
||||
CharLoginNoCharacter = 81,
|
||||
CharLoginLockedForTransfer = 82,
|
||||
CharLoginLockedByBilling = 83,
|
||||
CharLoginLockedByMobileAh = 84,
|
||||
CharLoginTemporaryGmLock = 85,
|
||||
CharLoginLockedByCharacterUpgrade = 86,
|
||||
CharLoginLockedByRevokedCharacterUpgrade = 87,
|
||||
CharLoginLockedByRevokedVasTransaction = 88,
|
||||
CharLoginLockedByRestriction = 89,
|
||||
CharLoginLockedForRealmPlaytype = 90,
|
||||
CharLoginInProgress = 75,
|
||||
CharLoginSuccess = 76,
|
||||
CharLoginNoWorld = 77,
|
||||
CharLoginDuplicateCharacter = 78,
|
||||
CharLoginNoInstances = 79,
|
||||
CharLoginFailed = 80,
|
||||
CharLoginDisabled = 81,
|
||||
CharLoginNoCharacter = 82,
|
||||
CharLoginLockedForTransfer = 83,
|
||||
CharLoginLockedByBilling = 84,
|
||||
CharLoginLockedByMobileAh = 85,
|
||||
CharLoginTemporaryGmLock = 86,
|
||||
CharLoginLockedByCharacterUpgrade = 87,
|
||||
CharLoginLockedByRevokedCharacterUpgrade = 88,
|
||||
CharLoginLockedByRevokedVasTransaction = 89,
|
||||
CharLoginLockedByRestriction = 90,
|
||||
CharLoginLockedForRealmPlaytype = 91,
|
||||
|
||||
CharNameSuccess = 91,
|
||||
CharNameFailure = 92,
|
||||
CharNameNoName = 93,
|
||||
CharNameTooShort = 94,
|
||||
CharNameTooLong = 95,
|
||||
CharNameInvalidCharacter = 96,
|
||||
CharNameMixedLanguages = 97,
|
||||
CharNameProfane = 98,
|
||||
CharNameReserved = 99,
|
||||
CharNameInvalidApostrophe = 100,
|
||||
CharNameMultipleApostrophes = 101,
|
||||
CharNameThreeConsecutive = 102,
|
||||
CharNameInvalidSpace = 103,
|
||||
CharNameConsecutiveSpaces = 104,
|
||||
CharNameRussianConsecutiveSilentCharacters = 105,
|
||||
CharNameRussianSilentCharacterAtBeginningOrEnd = 106,
|
||||
CharNameDeclensionDoesntMatchBaseName = 107,
|
||||
CharNameSpacesDisallowed = 108,
|
||||
CharNameSuccess = 92,
|
||||
CharNameFailure = 93,
|
||||
CharNameNoName = 94,
|
||||
CharNameTooShort = 95,
|
||||
CharNameTooLong = 96,
|
||||
CharNameInvalidCharacter = 97,
|
||||
CharNameMixedLanguages = 98,
|
||||
CharNameProfane = 99,
|
||||
CharNameReserved = 100,
|
||||
CharNameInvalidApostrophe = 101,
|
||||
CharNameMultipleApostrophes = 102,
|
||||
CharNameThreeConsecutive = 103,
|
||||
CharNameInvalidSpace = 104,
|
||||
CharNameConsecutiveSpaces = 105,
|
||||
CharNameRussianConsecutiveSilentCharacters = 106,
|
||||
CharNameRussianSilentCharacterAtBeginningOrEnd = 107,
|
||||
CharNameDeclensionDoesntMatchBaseName = 108,
|
||||
CharNameSpacesDisallowed = 109,
|
||||
}
|
||||
|
||||
public enum CharacterUndeleteResult
|
||||
|
||||
@@ -415,7 +415,7 @@ namespace Framework.Constants
|
||||
CraftingReagentSlot12 = 55,
|
||||
CraftingReagentSlot13 = 56,
|
||||
CraftingReagentSlot14 = 57,
|
||||
|
||||
Reforge = 58,
|
||||
|
||||
Max
|
||||
}
|
||||
@@ -558,6 +558,11 @@ namespace Framework.Constants
|
||||
TemplateCharacter2 = 98,
|
||||
TemplateCharacter3 = 99,
|
||||
TemplateCharacter4 = 100,
|
||||
DungeonNormalJackpot = 101,
|
||||
DungeonHeroicJackpot = 102,
|
||||
DungeonMythicJackpot = 103,
|
||||
Delves = 104,
|
||||
Timerunning = 105,
|
||||
|
||||
Max
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -35,7 +35,8 @@ namespace Framework.Constants
|
||||
public enum PetStableFlags
|
||||
{
|
||||
Active = 0x1,
|
||||
Inactive = 0x2
|
||||
Inactive = 0x2,
|
||||
Favorite = 0x8
|
||||
}
|
||||
|
||||
public enum PetSpellState
|
||||
|
||||
@@ -148,7 +148,8 @@ namespace Framework.Constants
|
||||
Mobile = 0x40,
|
||||
Guide = 0x1000,
|
||||
Newcomer = 0x2000,
|
||||
Censored = 0x4000
|
||||
Censored = 0x4000,
|
||||
Timerunning = 0x8000
|
||||
}
|
||||
|
||||
public enum DrunkenState
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -349,8 +349,9 @@ namespace Framework.Database
|
||||
" FROM conditional_content_tuning WHERE (`VerifiedBuild` > 0) = ?");
|
||||
|
||||
// ContentTuning.db2
|
||||
PrepareStatement(HotfixStatements.SEL_CONTENT_TUNING, "SELECT ID, Flags, ExpansionID, MinLevel, MaxLevel, MinLevelType, MaxLevelType, TargetLevelDelta, " +
|
||||
"TargetLevelMaxDelta, TargetLevelMin, TargetLevelMax, MinItemLevel, QuestXpMultiplier FROM content_tuning WHERE (`VerifiedBuild` > 0) = ?");
|
||||
PrepareStatement(HotfixStatements.SEL_CONTENT_TUNING, "SELECT ID, Flags, ExpansionID, HealthItemLevelCurveID, DamageItemLevelCurveID, MinLevel, MaxLevel, " +
|
||||
"MinLevelType, MaxLevelType, TargetLevelDelta, TargetLevelMaxDelta, TargetLevelMin, TargetLevelMax, MinItemLevel, QuestXpMultiplier" +
|
||||
" FROM content_tuning WHERE (`VerifiedBuild` > 0) = ?");
|
||||
|
||||
// ContentTuningXExpected.db2
|
||||
PrepareStatement(HotfixStatements.SEL_CONTENT_TUNING_X_EXPECTED, "SELECT ID, ExpectedStatModID, MinMythicPlusSeasonID, MaxMythicPlusSeasonID, " +
|
||||
@@ -767,7 +768,7 @@ namespace Framework.Database
|
||||
|
||||
// ItemModifiedAppearance.db2
|
||||
PrepareStatement(HotfixStatements.SEL_ITEM_MODIFIED_APPEARANCE, "SELECT ID, ItemID, ItemAppearanceModifierID, ItemAppearanceID, OrderIndex, " +
|
||||
"TransmogSourceTypeEnum FROM item_modified_appearance WHERE (`VerifiedBuild` > 0) = ?");
|
||||
"TransmogSourceTypeEnum Flags, FROM item_modified_appearance WHERE (`VerifiedBuild` > 0) = ?");
|
||||
|
||||
// ItemModifiedAppearanceExtra.db2
|
||||
PrepareStatement(HotfixStatements.SEL_ITEM_MODIFIED_APPEARANCE_EXTRA, "SELECT ID, IconFileDataID, UnequippedIconFileDataID, SheatheType, " +
|
||||
|
||||
Reference in New Issue
Block a user