mirror of
https://github.com/araxiaonline/mod-guildhouse.git
synced 2026-06-13 02:52:21 -04:00
fix build warning
This commit is contained in:
@@ -189,7 +189,7 @@ public:
|
||||
|
||||
void OnUpdateZone(Player* player, uint32 newZone, uint32 newArea)
|
||||
{
|
||||
if (newZone = 876)
|
||||
if (newZone == 876)
|
||||
CheckPlayer(player);
|
||||
else
|
||||
player->SetPhaseMask(GetNormalPhase(player), true);
|
||||
|
||||
Reference in New Issue
Block a user