mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
Core: Remove whitespaces
(cherry picked from commit 5705555f1f)
Conflicts:
src/server/game/Server/Packets/TicketPackets.h
This commit is contained in:
@@ -113,7 +113,7 @@ public:
|
||||
{
|
||||
if (Creature* pGuard1 = ObjectAccessor::GetCreature(*me, instance->GetGuidData(DATA_EREKEM_GUARD_1)))
|
||||
pGuard1->Respawn();
|
||||
|
||||
|
||||
if (Creature* pGuard2 = ObjectAccessor::GetCreature(*me, instance->GetGuidData(DATA_EREKEM_GUARD_2)))
|
||||
pGuard2->Respawn();
|
||||
}
|
||||
|
||||
@@ -367,7 +367,7 @@ public:
|
||||
bIsDrained = true;
|
||||
drainedTimer = 50;
|
||||
uint32 damage = me->CountPctFromMaxHealth(30);
|
||||
if (me->GetHealth() < damage)
|
||||
if (me->GetHealth() < damage)
|
||||
me->SetHealth(me->CountPctFromMaxHealth(1));
|
||||
else
|
||||
{
|
||||
|
||||
@@ -27,7 +27,7 @@ enum Spells
|
||||
SPELL_OPTIC_LINK = 54396,
|
||||
SPELL_RAY_OF_PAIN = 54438, // NYI missing spelldifficulty
|
||||
SPELL_RAY_OF_SUFFERING = 54442, // NYI missing spelldifficulty
|
||||
|
||||
|
||||
// Visual
|
||||
SPELL_OPTIC_LINK_LEVEL_1 = 54393,
|
||||
SPELL_OPTIC_LINK_LEVEL_2 = 54394,
|
||||
|
||||
@@ -63,7 +63,7 @@ enum XevozzEvents
|
||||
EVENT_ARCANE_BUFFET,
|
||||
EVENT_SUMMON_SPHERE,
|
||||
EVENT_SUMMON_SPHERE_2,
|
||||
EVENT_RANGE_CHECK,
|
||||
EVENT_RANGE_CHECK,
|
||||
EVENT_SUMMON_PLAYERS,
|
||||
EVENT_DESPAWN_SPHERE
|
||||
};
|
||||
|
||||
@@ -102,7 +102,7 @@ enum CreaturesIds
|
||||
NPC_SABOTEOUR = 31079,
|
||||
NPC_VIOLET_HOLD_GUARD = 30659,
|
||||
NPC_DEFENSE_SYSTEM = 30837,
|
||||
NPC_VOID_SENTRY = 29364,
|
||||
NPC_VOID_SENTRY = 29364,
|
||||
NPC_VOID_SENTRY_BALL = 29365
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user