Skip to content

Commit

Permalink
Update src/mod_guildhouse.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Dedmen Miller <[email protected]>
  • Loading branch information
SoulSeekkor and dedmen authored Nov 20, 2023
1 parent 59e1713 commit 783baae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/mod_guildhouse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -539,9 +539,9 @@ class GuildHousePlayerScript : public PlayerScript
uint32 GetNormalPhase(Player *player) const
{
if (player->IsGameMaster())
{
return PHASEMASK_ANYWHERE;
}
{
return PHASEMASK_ANYWHERE;
}

uint32 phase = player->GetPhaseByAuras();
if (!phase)
Expand Down

0 comments on commit 783baae

Please sign in to comment.