Skip to content

Commit

Permalink
Compile fix (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferreira9006 authored Aug 8, 2023
1 parent a480520 commit 46b0c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/game/Weather/Weather.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ bool Weather::ReGenerate()

void Weather::SendWeatherUpdateToPlayer(Player* player)
{
WorldPackets::Misc::Weather weather(GetWeatherState(), m_grade)
WorldPackets::Misc::Weather weather(GetWeatherState(), m_grade);
player->SendDirectMessage(weather.Write());
}

Expand Down

0 comments on commit 46b0c52

Please sign in to comment.