mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Misc: Kill trailing white spaces
This commit is contained in:
@@ -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