mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[8590] Restore build at Unix/Linux.
This commit is contained in:
parent
f37f27d3c2
commit
d38866cfbc
10 changed files with 24 additions and 21 deletions
|
|
@ -39,6 +39,7 @@
|
|||
#include "BattleGround.h"
|
||||
#include "Pet.h"
|
||||
#include "SocialMgr.h"
|
||||
#include "DBCEnums.h"
|
||||
|
||||
void WorldSession::HandleRepopRequestOpcode( WorldPacket & recv_data )
|
||||
{
|
||||
|
|
@ -1460,7 +1461,7 @@ void WorldSession::HandleSetRaidDifficultyOpcode( WorldPacket & recv_data )
|
|||
return;
|
||||
}
|
||||
|
||||
if(RaidDifficulties(mode) == _player->GetRaidDifficulty())
|
||||
if(Difficulty(mode) == _player->GetRaidDifficulty())
|
||||
return;
|
||||
|
||||
// cannot reset while in an instance
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue