Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
pangolp committed Mar 20, 2024
1 parent 975f571 commit 767b0c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/ASPlatform/AZTH_SC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,7 @@ class Misc_SC : public MiscScript
spellId = sAzthUtils->selectSpellForTW(player, spellId);
}

void ValidateSpellAtCastSpellResult(Player* player, Unit* /* mover */, Spell* spell, uint32 oldSpellId, uint32 spellId) override
void ValidateSpellAtCastSpellResult(Player* player, Unit* /*mover*/, Spell* /*spell*/, uint32 /*oldSpellId*/, uint32 /*spellId*/) override
{
if (!player)
return;
Expand Down
1 change: 0 additions & 1 deletion src/ArenaSolo3v3/Solo3v3_SC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include "Config.h"
#include "AZTH.h"
#include "Battleground.h"
#include "BattleGround.h"

// SC
class npc_solo3v3 : public CreatureScript
Expand Down

0 comments on commit 767b0c4

Please sign in to comment.