aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells/SpellEffects.cpp
diff options
context:
space:
mode:
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())