chore(core): Remove malformed whitespace (#4248)

This commit is contained in:
Kitzunu
2021-01-10 18:20:45 +01:00
committed by GitHub
parent da4edd547d
commit b0aff365a9
7 changed files with 1 additions and 8 deletions

View File

@@ -501,7 +501,6 @@ public:
bool notEvenAScratch(TeamId teamId) const { return _notEvenAScratch[teamId]; }
private:
/// Return gate id, relative to bg data, according to gameobject id
uint32 GetGateIDFromEntry(uint32 id)
{
@@ -619,4 +618,4 @@ private:
// Achievement: Not Even a Scratch
bool _notEvenAScratch[BG_TEAMS_COUNT];
};
#endif
#endif

View File

@@ -1696,7 +1696,6 @@ void ObjectMgr::LoadTempSummons()
_tempSummonDataStore[key].push_back(data);
++count;
} while (result->NextRow());
sLog->outString(">> Loaded %u temp summons in %u ms", count, GetMSTimeDiffToNow(oldMSTime));

View File

@@ -584,7 +584,6 @@ public:
// Should return a fully valid Battleground object for the type ID.
[[nodiscard]] virtual Battleground* GetBattleground() const = 0;
};
class OutdoorPvPScript : public ScriptObject

View File

@@ -388,7 +388,6 @@ public:
}
}
};
};
//Scarlet courier

View File

@@ -562,7 +562,6 @@ public:
class boss_alyson_antille : public CreatureScript
{
public:
boss_alyson_antille()
: CreatureScript("boss_alyson_antille")
{

View File

@@ -751,7 +751,6 @@ public:
}
void UpdateAI(uint32 diff) override
{
if (!UpdateVictim())
return;