mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user