mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
warning fixes
This commit is contained in:
@@ -437,7 +437,7 @@ public:
|
||||
{
|
||||
PrepareSpellScript(spell_rajh_summon_sun_orb_SpellScript);
|
||||
|
||||
void SetDestPosition(SpellEffIndex effIndex)
|
||||
void SetDestPosition(SpellEffIndex /*effIndex*/)
|
||||
{
|
||||
float x = GetExplTargetDest()->GetPositionX();
|
||||
float y = GetExplTargetDest()->GetPositionY();
|
||||
|
||||
@@ -409,7 +409,7 @@ public:
|
||||
GetCaster()->CastSpell(GetHitUnit(), SPELL_SHOCKWAVE_VISUAL, true);
|
||||
}
|
||||
|
||||
void Register()
|
||||
void Register() override
|
||||
{
|
||||
OnEffectHitTarget += SpellEffectFn(spell_husam_shockwave_SpellScript::EffectScriptEffect, EFFECT_0, SPELL_EFFECT_SCRIPT_EFFECT);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user