Core/DataStore: Load ItemNameDescription
Port From (https://github.com/TrinityCore/TrinityCore/commit/0969e93d151533fa8a74bb88b04ab8ee7c4602d9)
This commit is contained in:
@@ -267,6 +267,13 @@ namespace Game.DataStorage
|
||||
public sbyte TransmogSourceTypeEnum;
|
||||
}
|
||||
|
||||
public sealed class ItemNameDescriptionRecord
|
||||
{
|
||||
public uint Id;
|
||||
public LocalizedString Description;
|
||||
public int Color;
|
||||
}
|
||||
|
||||
public sealed class ItemPriceBaseRecord
|
||||
{
|
||||
public uint Id;
|
||||
|
||||
Reference in New Issue
Block a user