Core/Spells: Implemented SpellReagentsCurrency.db2

Port From (https://github.com/TrinityCore/TrinityCore/commit/8492c273dd50227ca01ead785eda6c4de9361e74)
This commit is contained in:
hondacrx
2021-10-10 17:02:33 -04:00
parent feec594e98
commit 706567186c
7 changed files with 77 additions and 3 deletions
@@ -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;