mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-29 13:22:48 +01:00
Scripting/Sholazar Basin: Fix warning
This commit is contained in:
@@ -1103,7 +1103,7 @@ public:
|
||||
{
|
||||
PrepareSpellScript(spell_shango_tracks_SpellScript);
|
||||
|
||||
void HandleScript(SpellEffIndex effIndex)
|
||||
void HandleScript(SpellEffIndex /*effIndex*/)
|
||||
{
|
||||
if (Player* player = GetHitUnit()->ToPlayer())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user