Skip to content

Commit

Permalink
Updates for linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
neckkola committed Oct 5, 2024
1 parent 7ed1e25 commit 239f55c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion zone/evolving.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,16 @@

#include "../common/global_define.h"
#include "../common/rulesys.h"

#include "../common/eq_constants.h"
#include "../common/events/player_event_logs.h"
#include "../common/repositories/character_evolving_items_repository.h"

#include "client.h"
#include "worldserver.h"
#include "string_ids.h"

extern WorldServer worldserver;

void Client::DoEvolveItemToggle(const EQApplicationPacket *app)
{
const auto in = reinterpret_cast<EvolveItemToggle_Struct *>(app->pBuffer);
Expand Down

0 comments on commit 239f55c

Please sign in to comment.