mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core: whitespace cleanup, reduce double blank line to single (#25795)
* Core/Misc: fix double empty line
* worldserver.conf
(cherry picked from commit a32b6b8ac4)
This commit is contained in:
@@ -310,7 +310,6 @@ void WorldSession::HandleCastSpellOpcode(WorldPackets::Spells::CastSpell& cast)
|
||||
{
|
||||
bool allow = false;
|
||||
|
||||
|
||||
// allow casting of unknown spells for special lock cases
|
||||
if (GameObject* go = targets.GetGOTarget())
|
||||
if (go->GetSpellForLock(caster->ToPlayer()) == spellInfo)
|
||||
@@ -557,7 +556,6 @@ void WorldSession::HandleMirrorImageDataRequest(WorldPackets::Spells::GetMirrorI
|
||||
mirrorImageComponentedData.Gender = creator->GetGender();
|
||||
mirrorImageComponentedData.ClassID = creator->GetClass();
|
||||
|
||||
|
||||
for (UF::ChrCustomizationChoice const& customization : player->m_playerData->Customizations)
|
||||
mirrorImageComponentedData.Customizations.push_back(customization);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user