feat(CI): add cppcheck (#15211)
Co-authored-by: Skjalf <47818697+Nyeriah@users.noreply.github.com>
This commit is contained in:
parent
a5b4aecd52
commit
034b521501
22 changed files with 91 additions and 41 deletions
|
|
@ -870,13 +870,13 @@ static Location SpawnLocation[] =
|
|||
{-4627.1240f, 1378.8752f, 139.9f, 2.544f} //Torloth The Magnificent
|
||||
};
|
||||
|
||||
struct WaveData
|
||||
struct WaveDataCreature
|
||||
{
|
||||
uint8 SpawnCount, UsedSpawnPoint;
|
||||
uint32 CreatureId, SpawnTimer, YellTimer;
|
||||
};
|
||||
|
||||
static WaveData WavesInfo[] =
|
||||
static WaveDataCreature WavesInfo[] =
|
||||
{
|
||||
{9, 0, 22075, 10000, 7000}, //Illidari Soldier
|
||||
{2, 9, 22074, 10000, 7000}, //Illidari Mind Breaker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue