mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-09 08:17:56 +00:00
chore(core): Remove malformed whitespace (#4248)
This commit is contained in:
@@ -501,7 +501,6 @@ public:
|
|||||||
bool notEvenAScratch(TeamId teamId) const { return _notEvenAScratch[teamId]; }
|
bool notEvenAScratch(TeamId teamId) const { return _notEvenAScratch[teamId]; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
/// Return gate id, relative to bg data, according to gameobject id
|
/// Return gate id, relative to bg data, according to gameobject id
|
||||||
uint32 GetGateIDFromEntry(uint32 id)
|
uint32 GetGateIDFromEntry(uint32 id)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1696,7 +1696,6 @@ void ObjectMgr::LoadTempSummons()
|
|||||||
_tempSummonDataStore[key].push_back(data);
|
_tempSummonDataStore[key].push_back(data);
|
||||||
|
|
||||||
++count;
|
++count;
|
||||||
|
|
||||||
} while (result->NextRow());
|
} while (result->NextRow());
|
||||||
|
|
||||||
sLog->outString(">> Loaded %u temp summons in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
|
sLog->outString(">> Loaded %u temp summons in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
|
||||||
|
|||||||
@@ -584,7 +584,6 @@ public:
|
|||||||
|
|
||||||
// Should return a fully valid Battleground object for the type ID.
|
// Should return a fully valid Battleground object for the type ID.
|
||||||
[[nodiscard]] virtual Battleground* GetBattleground() const = 0;
|
[[nodiscard]] virtual Battleground* GetBattleground() const = 0;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class OutdoorPvPScript : public ScriptObject
|
class OutdoorPvPScript : public ScriptObject
|
||||||
|
|||||||
@@ -388,7 +388,6 @@ public:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
//Scarlet courier
|
//Scarlet courier
|
||||||
|
|||||||
@@ -562,7 +562,6 @@ public:
|
|||||||
class boss_alyson_antille : public CreatureScript
|
class boss_alyson_antille : public CreatureScript
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
boss_alyson_antille()
|
boss_alyson_antille()
|
||||||
: CreatureScript("boss_alyson_antille")
|
: CreatureScript("boss_alyson_antille")
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -751,7 +751,6 @@ public:
|
|||||||
}
|
}
|
||||||
void UpdateAI(uint32 diff) override
|
void UpdateAI(uint32 diff) override
|
||||||
{
|
{
|
||||||
|
|
||||||
if (!UpdateVictim())
|
if (!UpdateVictim())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|||||||
@@ -175,7 +175,6 @@ bool WMOGroup::open()
|
|||||||
f.read(&fogIdx, 4);
|
f.read(&fogIdx, 4);
|
||||||
f.read(&liquidType, 4);
|
f.read(&liquidType, 4);
|
||||||
f.read(&groupWMOID, 4);
|
f.read(&groupWMOID, 4);
|
||||||
|
|
||||||
}
|
}
|
||||||
else if (!strcmp(fourcc, "MOPY"))
|
else if (!strcmp(fourcc, "MOPY"))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user