Core/DataStores: Updated to 11.0.0

Port From (https://github.com/TrinityCore/TrinityCore/commit/df511503815b7798c83acbffbb1ce5208f189ce7)
This commit is contained in:
Hondacrx
2024-09-02 22:27:11 -04:00
parent f38ad4607e
commit 2590e31d57
36 changed files with 407 additions and 208 deletions
+12 -1
View File
@@ -329,6 +329,9 @@ namespace Framework.Constants
OnPickup = 5,
OnLearn = 6, // used in itemtemplate.spell2 with spellid with SPELLGENERICLEARN in spell1
OnLooted = 7,
TeachMount = 8,
OnPickupForced = 9,
OnLootedForced = 10,
Max
}
@@ -561,8 +564,11 @@ namespace Framework.Constants
DungeonNormalJackpot = 101,
DungeonHeroicJackpot = 102,
DungeonMythicJackpot = 103,
Delves = 104,
Delves1 = 104,
Timerunning = 105,
Delves2 = 106,
Delves3 = 107,
DelvesJackpot = 108,
Max
}
@@ -669,6 +675,11 @@ namespace Framework.Constants
OnEquip = 2,
OnUse = 3,
Quest = 4,
Unused1 = 5,
Unused2 = 6,
WowAccount = 7,
BnetAccount = 8,
BnetAccountUntilEquipped = 9,
}
public enum ItemClass : sbyte