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 967607b commit b7ddf03
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 @@ -512,9 +512,9 @@ class GuildHousePlayerScript : public PlayerScript
CheckPlayer(player);
}
else
{
player->SetPhaseMask(GetNormalPhase(player), true);
}
{
player->SetPhaseMask(GetNormalPhase(player), true);
}
}

bool OnBeforeTeleport(Player *player, uint32 mapid, float x, float y, float z, float orientation, uint32 options, Unit *target)
Expand Down

0 comments on commit b7ddf03

Please sign in to comment.