Core: Updated to 11.1.7
Port From (https://github.com/TrinityCore/TrinityCore/commit/ceb8d561b44579118b109a9ff71ba415df53bbdc)
This commit is contained in:
@@ -546,7 +546,7 @@ namespace Game.Entities
|
||||
{
|
||||
RaidDifficultySet raidDifficultySet = new();
|
||||
raidDifficultySet.DifficultyID = forcedDifficulty == -1 ? (int)(legacy ? GetLegacyRaidDifficultyID() : GetRaidDifficultyID()) : forcedDifficulty;
|
||||
raidDifficultySet.Legacy = legacy;
|
||||
raidDifficultySet.Legacy = legacy ? 1 : 0;
|
||||
SendPacket(raidDifficultySet);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user