warning fix

This commit is contained in:
Aokromes
2017-11-27 14:23:32 +01:00
parent be12a9e8a9
commit 3dcba98482

View File

@@ -1294,7 +1294,7 @@ public:
SPELL_SHAMAN_LAVA_BURST, SPELL_SHAMAN_LAVA_BURST_TRIGGERED });
}
bool CheckProc(ProcEventInfo& eventInfo)
bool CheckProc(ProcEventInfo& /*eventInfo*/)
{
return roll_chance_i(GetEffect(EFFECT_0)->GetAmount());
}