Core: Remove whitespaces

(cherry picked from commit 5705555f1f)

Conflicts:
	src/server/game/Server/Packets/TicketPackets.h
This commit is contained in:
Vincent-Michael
2015-07-19 04:53:41 +02:00
committed by DDuarte
parent b1ac631f68
commit 5c5533c355
5 changed files with 5 additions and 5 deletions

View File

@@ -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();
}

View File

@@ -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
{

View File

@@ -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,

View File

@@ -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
};

View File

@@ -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
};