Core/Quests: Fixed questgiver icons
Port From (https://github.com/TrinityCore/TrinityCore/commit/5f3a2d2abf296d1eaf9788244100c91de8b7a619)
This commit is contained in:
@@ -25,6 +25,15 @@ namespace Game.DataStorage
|
||||
public short[] Difficulty = new short[10];
|
||||
}
|
||||
|
||||
public sealed class QuestInfoRecord
|
||||
{
|
||||
public uint Id;
|
||||
public LocalizedString InfoName;
|
||||
public sbyte Type;
|
||||
public byte Modifiers;
|
||||
public ushort Profession;
|
||||
}
|
||||
|
||||
public sealed class QuestMoneyRewardRecord
|
||||
{
|
||||
public uint Id;
|
||||
|
||||
Reference in New Issue
Block a user