mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-01 18:13:48 +00:00
feat(CI): add cppcheck (#15211)
Co-authored-by: Skjalf <47818697+Nyeriah@users.noreply.github.com>
This commit is contained in:
@@ -121,13 +121,13 @@ public:
|
||||
};
|
||||
};
|
||||
|
||||
struct Wave
|
||||
struct WaveCreature
|
||||
{
|
||||
uint32 entry;
|
||||
uint32 amount;
|
||||
};
|
||||
|
||||
static Wave RingMobs[] = // different amounts based on the type
|
||||
static WaveCreature RingMobs[] = // different amounts based on the type
|
||||
{
|
||||
{NPC_DREDGE_WORM, 3},
|
||||
{NPC_DEEP_STINGER, 3},
|
||||
|
||||
Reference in New Issue
Block a user