mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
Core/Misc: removed a couple blank lines
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -5323,7 +5323,6 @@ void Spell::EffectDestroyItem()
|
||||
player->DestroyItem(item->GetBagSlot(), item->GetSlot(), true);
|
||||
}
|
||||
|
||||
|
||||
void Spell::EffectRemoveAuraBySpellLabel()
|
||||
{
|
||||
if (effectHandleMode != SPELL_EFFECT_HANDLE_HIT_TARGET)
|
||||
|
||||
Reference in New Issue
Block a user