mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
feat(CI): add cppcheck (#15211)
Co-authored-by: Skjalf <47818697+Nyeriah@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user