mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
NULL to nullptr
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ public:
|
||||
uint32 spawn2_id;
|
||||
uint32 respawn_;
|
||||
|
||||
bool NPCPointerValid() { return (npcthis!=NULL); }
|
||||
bool NPCPointerValid() { return (npcthis!=nullptr); }
|
||||
void SetNPCPointer(NPC* n) { npcthis = n; }
|
||||
void SetTimer(uint32 duration) { timer.Start(duration); }
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user