diff options
author | gumi <git@gumi.ca> | 2018-01-03 19:53:32 -0500 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-01-03 19:53:32 -0500 |
commit | 57f226414fed86f5591d27fe029a76edccfbb8ac (patch) | |
tree | 2943ec122cf07111532b3a8b2242f8545abeee09 /src/map/npc.cpp | |
parent | 65ed9867f29bdfafa16f0efbb419f88e9ab139d6 (diff) | |
download | tmwa-18.1.3.tar.gz tmwa-18.1.3.tar.bz2 tmwa-18.1.3.tar.xz tmwa-18.1.3.zip |
release v18.1.3v18.1.3
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) |