aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells/SpellEffects.cpp
diff options
context:
space:
mode:
authorKargatum <dowlandtop@yandex.com>2021-01-03 17:47:07 +0700
committerGitHub <noreply@github.com>2021-01-03 11:47:07 +0100
commita32b6b8ac4c81128a56b282f20837fb085bdd9e7 (patch)
treedc78724705a27ed8032372f73fbf5b318abbd630 /src/server/game/Spells/SpellEffects.cpp
parent4ea64b515aa952662dce11fd1012c566ae0d2449 (diff)
Core: whitespace cleanup, reduce double blank line to single (#25795)
* Core/Misc: fix double empty line * worldserver.conf
Diffstat (limited to 'src/server/game/Spells/SpellEffects.cpp')
-rw-r--r--src/server/game/Spells/SpellEffects.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/server/game/Spells/SpellEffects.cpp b/src/server/game/Spells/SpellEffects.cpp
index 3cb8ee239dd..e40b4dc7ec3 100644
--- a/src/server/game/Spells/SpellEffects.cpp
+++ b/src/server/game/Spells/SpellEffects.cpp
@@ -1442,7 +1442,6 @@ void Spell::DoCreateItem(uint32 /*i*/, uint32 itemtype)
/* == gem perfection handling over == */
-
/* == profession specialization handling == */
// init items_count to 1, since 1 item will be created regardless of specialization
@@ -1462,7 +1461,6 @@ void Spell::DoCreateItem(uint32 /*i*/, uint32 itemtype)
/* == profession specialization handling over == */
-
// can the player store the new item?
ItemPosCountVec dest;
uint32 no_space = 0;
@@ -2043,7 +2041,6 @@ void Spell::EffectSummonType(SpellEffIndex effIndex)
if (m_originalCaster)
caster = m_originalCaster;
-
bool personalSpawn = (properties->Flags & SUMMON_PROP_FLAG_PERSONAL_SPAWN) != 0;
int32 duration = m_spellInfo->GetDuration();
if (Player* modOwner = caster->GetSpellModOwner())