diff options
Diffstat (limited to 'src/net/ea/npchandler.cpp')
-rw-r--r-- | src/net/ea/npchandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/npchandler.cpp b/src/net/ea/npchandler.cpp index 427415f51..78a46f630 100644 --- a/src/net/ea/npchandler.cpp +++ b/src/net/ea/npchandler.cpp @@ -55,7 +55,7 @@ void NpcHandler::clearDialogs() const NpcDialogs::iterator it_end = mNpcDialogs.end(); while (it != it_end) { - delete (*it).second.dialog; + delete (*it).second; ++ it; } mNpcDialogs.clear(); |