Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Fix nopch build 2
Browse files Browse the repository at this point in the history
  • Loading branch information
funjoker committed Jun 27, 2021
1 parent 247257c commit af1bb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/scripts/EasternKingdoms/zone_westfall.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ struct npc_westfall_thug : public ScriptedAI
creature->AI()->SetData(0, DATA_THUG_DEATH);
}

void UpdateAI(uint32 diff) override
void UpdateAI(uint32 /*diff*/) override
{
if (!UpdateVictim())
return;
Expand Down

0 comments on commit af1bb0e

Please sign in to comment.