mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 15:46:24 +00:00
chore(Core/Misc): nullptr cleanup (#11467)
This commit is contained in:
@@ -174,7 +174,7 @@ public:
|
||||
{
|
||||
for (uint8 i = 0; i < 3; i++)
|
||||
{
|
||||
if (Guardians[room][i] == nullptr)
|
||||
if (!Guardians[room][i])
|
||||
{
|
||||
Guardians[room][i] = cr;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user