Core/Spells: Implemented SpellReagentsCurrency.db2
Port From (https://github.com/TrinityCore/TrinityCore/commit/8492c273dd50227ca01ead785eda6c4de9361e74)
This commit is contained in:
@@ -482,6 +482,14 @@ namespace Game.DataStorage
|
||||
public ushort[] ReagentCount = new ushort[SpellConst.MaxReagents];
|
||||
}
|
||||
|
||||
public sealed class SpellReagentsCurrencyRecord
|
||||
{
|
||||
public uint Id;
|
||||
public int SpellID;
|
||||
public ushort CurrencyTypesID;
|
||||
public ushort CurrencyCount;
|
||||
}
|
||||
|
||||
public sealed class SpellScalingRecord
|
||||
{
|
||||
public uint Id;
|
||||
|
||||
Reference in New Issue
Block a user