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 783baae commit 967607b
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 @@ -508,9 +508,9 @@ class GuildHousePlayerScript : public PlayerScript
void OnUpdateZone(Player *player, uint32 newZone, uint32 /*newArea*/)
{
if (newZone == 876)
{
CheckPlayer(player);
}
{
CheckPlayer(player);
}
else
{
player->SetPhaseMask(GetNormalPhase(player), true);
Expand Down

0 comments on commit 967607b

Please sign in to comment.