mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-18 22:19:54 -04:00
Core/DataStores: Updated db2 structures for 11.0.2.56647
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TABLE `item_bonus_tree_node` MODIFY `ItemContext` tinyint NOT NULL DEFAULT 0 AFTER `ID`;
|
||||
@@ -2746,7 +2746,7 @@ struct ItemBonusTreeNodeLoadInfo
|
||||
static constexpr DB2FieldMeta Fields[10] =
|
||||
{
|
||||
{ false, FT_INT, "ID" },
|
||||
{ false, FT_BYTE, "ItemContext" },
|
||||
{ true, FT_BYTE, "ItemContext" },
|
||||
{ false, FT_SHORT, "ChildItemBonusTreeID" },
|
||||
{ false, FT_SHORT, "ChildItemBonusListID" },
|
||||
{ false, FT_SHORT, "ChildItemLevelSelectorID" },
|
||||
|
||||
@@ -2200,7 +2200,7 @@ struct ItemBonusTreeEntry
|
||||
struct ItemBonusTreeNodeEntry
|
||||
{
|
||||
uint32 ID;
|
||||
uint8 ItemContext;
|
||||
int8 ItemContext;
|
||||
uint16 ChildItemBonusTreeID;
|
||||
uint16 ChildItemBonusListID;
|
||||
uint16 ChildItemLevelSelectorID;
|
||||
|
||||
Reference in New Issue
Block a user