mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-14 07:53:44 +00:00
chore(core): remove malformed whitespaces (#4244)
* from https://www.codefactor.io/repository/github/azerothcore/azerothcore-wotlk/issues?category=Style&groupId=838&lang=5&page=75
This commit is contained in:
@@ -761,7 +761,6 @@ public:
|
||||
sayer->MonsterSay("SOMEONE TRY THIS SUPER BREW!", LANG_UNIVERSAL, 0);
|
||||
//sayer->CastSpell(sayer, SPELL_CREATE_SUPER_BREW, true);
|
||||
sayer->SummonCreature(NPC_SUPER_BREW_TRIGGER, sayer->GetPositionX() + 15 * cos(sayer->GetOrientation()), sayer->GetPositionY() + 15 * sin(sayer->GetOrientation()), sayer->GetPositionZ(), 0.0f, TEMPSUMMON_TIMED_OR_CORPSE_DESPAWN, 30000);
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -1325,7 +1324,6 @@ public:
|
||||
else
|
||||
target->CastSpell(target, SPELL_RAM_FATIGUE, true);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
void HandleEffectRemove(AuraEffect const* /*aurEff*/, AuraEffectHandleModes /*mode*/)
|
||||
@@ -1632,7 +1630,6 @@ public:
|
||||
else if ((cr = caster->FindNearestCreature(NPC_NORMAL_GORDOK, 40.0f)))
|
||||
cr->CastSpell(caster, SPELL_THROW_MUG_TO_PLAYER, true);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
void Register() override
|
||||
|
||||
@@ -218,7 +218,6 @@ public:
|
||||
int8 phase;
|
||||
uint64 playerGUID;
|
||||
uint64 orphanGUID;
|
||||
|
||||
};
|
||||
|
||||
CreatureAI* GetAI(Creature* creature) const override
|
||||
@@ -404,7 +403,6 @@ public:
|
||||
uint8 phase;
|
||||
uint64 playerGUID;
|
||||
uint64 orphanGUID;
|
||||
|
||||
};
|
||||
|
||||
CreatureAI* GetAI(Creature* creature) const override
|
||||
@@ -492,7 +490,6 @@ public:
|
||||
int8 phase;
|
||||
uint64 playerGUID;
|
||||
uint64 orphanGUID;
|
||||
|
||||
};
|
||||
|
||||
CreatureAI* GetAI(Creature* creature) const override
|
||||
@@ -579,7 +576,6 @@ public:
|
||||
int8 phase;
|
||||
uint64 playerGUID;
|
||||
uint64 orphanGUID;
|
||||
|
||||
};
|
||||
|
||||
CreatureAI* GetAI(Creature* creature) const override
|
||||
@@ -675,7 +671,6 @@ public:
|
||||
int8 phase;
|
||||
uint64 playerGUID;
|
||||
uint64 orphanGUID;
|
||||
|
||||
};
|
||||
|
||||
CreatureAI* GetAI(Creature* creature) const override
|
||||
@@ -835,7 +830,6 @@ public:
|
||||
uint32 timer;
|
||||
uint64 playerGUID;
|
||||
uint64 orphanGUID;
|
||||
|
||||
};
|
||||
|
||||
CreatureAI* GetAI(Creature* creature) const override
|
||||
|
||||
@@ -69,7 +69,6 @@ public:
|
||||
go->SendCustomAnim(1);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
@@ -230,7 +229,6 @@ public:
|
||||
caster->CastSpell(caster, SPELL_APPLY_DIGUISE, true);
|
||||
caster->setFaction(88);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
void OnRemove(AuraEffect const* /*aurEff*/, AuraEffectHandleModes /*mode*/)
|
||||
|
||||
@@ -325,7 +325,6 @@ public:
|
||||
{
|
||||
switch (passSpell)
|
||||
{
|
||||
|
||||
case SPELL_PASS_TURKEY:
|
||||
return SPELL_VISUAL_BOUNCE_TURKEY;
|
||||
case SPELL_PASS_STUFFING:
|
||||
@@ -342,7 +341,6 @@ public:
|
||||
{
|
||||
switch (passSpell)
|
||||
{
|
||||
|
||||
case SPELL_PASS_TURKEY:
|
||||
return SPELL_VISUAL_THROW_TURKEY;
|
||||
case SPELL_PASS_STUFFING:
|
||||
|
||||
Reference in New Issue
Block a user