Core/DataStores: Load ItemModifiedAppearanceExtra.db2
Port From (https://github.com/TrinityCore/TrinityCore/commit/b607bb0a93892734c6a2ce16afc5ea92ffb7fe50)
This commit is contained in:
@@ -272,6 +272,16 @@ namespace Game.DataStorage
|
||||
public sbyte TransmogSourceTypeEnum;
|
||||
}
|
||||
|
||||
public sealed class ItemModifiedAppearanceExtraRecord
|
||||
{
|
||||
public uint Id;
|
||||
public int IconFileDataID;
|
||||
public int UnequippedIconFileDataID;
|
||||
public byte SheatheType;
|
||||
public sbyte DisplayWeaponSubclassID;
|
||||
public sbyte DisplayInventoryType;
|
||||
}
|
||||
|
||||
public sealed class ItemNameDescriptionRecord
|
||||
{
|
||||
public uint Id;
|
||||
|
||||
Reference in New Issue
Block a user