diff options
Diffstat (limited to 'src/map/npc.cpp')
-rw-r--r-- | src/map/npc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/npc.cpp b/src/map/npc.cpp index f0aefa0..531ad28 100644 --- a/src/map/npc.cpp +++ b/src/map/npc.cpp @@ -1013,7 +1013,7 @@ void npc_free_internal(dumb_ptr<npc_data> nd_) { for (int i = 0; i < MAX_EVENTTIMER; i++) { - nd->eventtimer[i].cancel(); + nd_->eventtimer[i].cancel(); } if (nd_->npc_subtype == NpcSubtype::SCRIPT) |