Core/DataStores: Updated db2 structures for 11.0.2.56647

Port From (https://github.com/TrinityCore/TrinityCore/commit/4f3e73afaee89a3efb0a403eb6719ea8e8f1a16a)
This commit is contained in:
Hondacrx
2024-11-10 14:17:35 -05:00
parent daea912bdb
commit 77ea0dd186
+1 -1
View File
@@ -133,7 +133,7 @@ namespace Game.DataStorage
public sealed class ItemBonusTreeNodeRecord
{
public uint Id;
public byte ItemContext;
public sbyte ItemContext;
public ushort ChildItemBonusTreeID;
public ushort ChildItemBonusListID;
public ushort ChildItemLevelSelectorID;