Core/AdventureJournal: Handle CMSG_ADVENTURE_JOURNAL_OPEN_QUEST and CMSG_ADVENTURE_JOURNAL_UPDATE_SUGGESTIONS
Port From (https://github.com/TrinityCore/TrinityCore/commit/3addbe7dd418259149c39fc3b9423f7809de696a)
This commit is contained in:
@@ -65,7 +65,7 @@ namespace Game.DataStorage
|
||||
public ushort CurrencyType;
|
||||
public uint CurrencyQuantity;
|
||||
public ushort UiMapID;
|
||||
public int[] BonusPlayerConditionID = new int[2];
|
||||
public uint[] BonusPlayerConditionID = new uint[2];
|
||||
public byte[] BonusValue = new byte[2];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user