mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +00:00
refactor(Core): replace NULL with nullptr (#4593)
This commit is contained in:
@@ -33,7 +33,7 @@ public:
|
||||
// Create new link
|
||||
void link(TO* toObj, FROM* fromObj)
|
||||
{
|
||||
ASSERT(fromObj); // fromObj MUST not be NULL
|
||||
ASSERT(fromObj); // fromObj MUST not be nullptr
|
||||
if (isValid())
|
||||
unlink();
|
||||
if (toObj != nullptr)
|
||||
|
||||
Reference in New Issue
Block a user