mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Warning fixes
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user