mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
NULL to nullptr
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ class Mob;
|
||||
class UMType {
|
||||
public:
|
||||
UMType() {
|
||||
app = NULL; ack = false;
|
||||
app = nullptr; ack = false;
|
||||
}
|
||||
UMType(EQApplicationPacket *_app, bool _ack) {
|
||||
app = _app; ack = _ack;
|
||||
|
||||
Reference in New Issue
Block a user