aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Spells
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2025-07-25 16:55:15 +0200
committerShauren <shauren.trinity@gmail.com>2025-07-25 16:55:15 +0200
commit65715e7dd9ad4fa94b7db54bcd1118bd6ffc5d1f (patch)
treebcfc173f2acb9d8a6c88909f8366eafe7847797e /src/server/scripts/Spells
parentf536e1a266c2f38ed423a28116d3af88dbca5e40 (diff)
Core/Misc: Reduce differences between branches
Diffstat (limited to 'src/server/scripts/Spells')
-rw-r--r--src/server/scripts/Spells/spell_warlock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Spells/spell_warlock.cpp b/src/server/scripts/Spells/spell_warlock.cpp
index bac0337f9c0..487f2da2c3a 100644
--- a/src/server/scripts/Spells/spell_warlock.cpp
+++ b/src/server/scripts/Spells/spell_warlock.cpp
@@ -712,7 +712,7 @@ class spell_warl_life_tap : public SpellScript
return GetCaster()->GetTypeId() == TYPEID_PLAYER;
}
- bool Validate(SpellInfo const* /*spell*/) override
+ bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo({ SPELL_WARLOCK_LIFE_TAP_ENERGIZE, SPELL_WARLOCK_LIFE_TAP_ENERGIZE_2 });
}