mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/DataStores: Updated db2 structures for 11.0.2.56647
This commit is contained in:
1
sql/updates/hotfixes/master/2024_09_22_00_hotfixes.sql
Normal file
1
sql/updates/hotfixes/master/2024_09_22_00_hotfixes.sql
Normal file
@@ -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