Core/Misc: removed a couple blank lines

This commit is contained in:
Ovahlord
2024-03-13 20:17:36 +01:00
parent 8f5e9c6b61
commit e1b151f072
2 changed files with 0 additions and 2 deletions

View File

@@ -135,7 +135,6 @@ void LoadGameTables(std::string const& dataPath)
LOAD_GT(sSpellScalingGameTable, "SpellScaling.txt");
LOAD_GT(sTeamContributionPointsGameTable, "TeamContributionPoints.txt");
#undef LOAD_GT
// error checks

View File

@@ -5323,7 +5323,6 @@ void Spell::EffectDestroyItem()
player->DestroyItem(item->GetBagSlot(), item->GetSlot(), true);
}
void Spell::EffectRemoveAuraBySpellLabel()
{
if (effectHandleMode != SPELL_EFFECT_HANDLE_HIT_TARGET)