Misc: Kill trailing white spaces

This commit is contained in:
Aokromes
2017-11-25 01:05:15 +01:00
parent f3a00a1822
commit 5f2c5f2ed3
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -6020,7 +6020,7 @@ void ObjectMgr::LoadQuestGreetings()
uint32 id = fields[0].GetUInt32();
uint8 type = fields[1].GetUInt8();
// overwrite
switch (type)
switch (type)
{
case 0: // Creature
type = TYPEID_UNIT;
+1 -1
View File
@@ -3259,7 +3259,7 @@ bool Map::SpawnGroupSpawn(uint32 groupId, bool ignoreRespawn, bool force, std::v
TC_LOG_ERROR("maps", "Tried to spawn non-existing (or system) spawn group %u on map %u. Blocked.", groupId, GetId());
return false;
}
for (auto& pair : sObjectMgr->GetSpawnDataForGroup(groupId))
{
SpawnData const* data = pair.second;
@@ -112,7 +112,7 @@ class boss_selin_fireheart : public CreatureScript
DoCast(crystal, SPELL_FEL_CRYSTAL_DUMMY);
CrystalGUID = crystal->GetGUID();
float x, y, z;
crystal->GetClosePoint(x, y, z, me->GetCombatReach(), CONTACT_DISTANCE);
@@ -202,7 +202,7 @@ public:
Initialize();
}
void EnterCombat(Unit* /*who*/) override
void EnterCombat(Unit* /*who*/) override
{
DoPlaySoundToSet(me, SOUND_AGGRO);
}
@@ -1406,7 +1406,7 @@ enum Enraged_Dpirits
// ENRAGED EARTH SPIRIT SPELLS
SPELL_FIERY_BOULDER = 38498,
SPELL_SUMMON_ENRAGED_EARTH_SHARD = 38365,
// SOULS
NPC_EARTHEN_SOUL = 21073,
NPC_FIERY_SOUL = 21097,