Warning fixes

This commit is contained in:
Shauren
2021-08-28 20:24:21 +02:00
parent aebf308368
commit 3af33b9ff9
2 changed files with 2 additions and 2 deletions

View File

@@ -3186,7 +3186,7 @@ class spell_gen_upper_deck_create_foam_sword : public SpellScript
{
PrepareSpellScript(spell_gen_upper_deck_create_foam_sword);
void HandleScript(SpellEffIndex effIndex)
void HandleScript(SpellEffIndex /*effIndex*/)
{
if (Player* player = GetHitPlayer())
{

View File

@@ -1233,7 +1233,7 @@ class spell_item_mingos_fortune_generator : public SpellScript
{
PrepareSpellScript(spell_item_mingos_fortune_generator);
void HandleDummy(SpellEffIndex effIndex)
void HandleDummy(SpellEffIndex /*effIndex*/)
{
// Selecting one from Bloodstained Fortune item
uint32 newitemid;