Core/Quests: Fixes response selection to use correct referenced identifier
Port From (https://github.com/TrinityCore/TrinityCore/commit/8de5053a655a59cc1d38b1e1de59950ab32629cf)
This commit is contained in:
@@ -889,12 +889,12 @@ namespace Game.Networking.Packets
|
||||
public override void Read()
|
||||
{
|
||||
ChoiceID = _worldPacket.ReadInt32();
|
||||
ResponseID = _worldPacket.ReadInt32();
|
||||
ResponseIdentifier = _worldPacket.ReadInt32();
|
||||
IsReroll = _worldPacket.HasBit();
|
||||
}
|
||||
|
||||
public int ChoiceID;
|
||||
public int ResponseID;
|
||||
public int ResponseIdentifier;
|
||||
public bool IsReroll;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user