fix(Scripts/Hyjal): fix some build warnings for unused parameters (#18986)
This commit is contained in:
parent
94991004dc
commit
8e9e134924
2 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@ public:
|
|||
});
|
||||
}
|
||||
|
||||
void EnterEvadeMode(EvadeReason why) override
|
||||
void EnterEvadeMode(EvadeReason /*why*/) override
|
||||
{
|
||||
std::list<Creature* > infernalList;
|
||||
me->GetCreatureListWithEntryInGrid(infernalList, NPC_TOWERING_INFERNAL, 100.0f);
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ public:
|
|||
});
|
||||
}
|
||||
|
||||
void EnterEvadeMode(EvadeReason why) override
|
||||
void EnterEvadeMode(EvadeReason /*why*/) override
|
||||
{
|
||||
std::list<Creature* > doomguardList;
|
||||
me->GetCreatureListWithEntryInGrid(doomguardList, NPC_LESSER_DOOMGUARD, 100.0f);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue