mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-18 14:10:18 -04:00
Misc: Kill trailing white spaces
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user