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:
Kargatum
2021-01-03 17:47:07 +07:00
committed by Shauren
parent 05a9b2d2cb
commit 373ed8f46b
107 changed files with 0 additions and 144 deletions

View File

@@ -1268,7 +1268,6 @@ void Spell::DoCreateItem(uint32 itemId, ItemContext context /*= ItemContext::NON
/* == gem perfection handling over == */
/* == profession specialization handling == */
// init items_count to 1, since 1 item will be created regardless of specialization
@@ -1288,7 +1287,6 @@ void Spell::DoCreateItem(uint32 itemId, ItemContext context /*= ItemContext::NON
/* == profession specialization handling over == */
// can the player store the new item?
ItemPosCountVec dest;
uint32 no_space = 0;
@@ -1329,7 +1327,6 @@ void Spell::DoCreateItem(uint32 itemId, ItemContext context /*= ItemContext::NON
if (Guild* guild = player->GetGuild())
guild->AddGuildNews(GUILD_NEWS_ITEM_CRAFTED, player->GetGUID(), 0, pProto->GetId());
// we succeeded in creating at least one item, so a levelup is possible
player->UpdateCraftSkill(m_spellInfo->Id);
}
@@ -2964,7 +2961,6 @@ void Spell::EffectSummonObjectWild()
o = target->GetOrientation();
}
Map* map = target->GetMap();
Position pos = Position(x, y, z, o);
QuaternionData rot = QuaternionData::fromEulerAnglesZYX(o, 0.f, 0.f);