summaryrefslogtreecommitdiff
path: root/src/net/eathena/roulettehandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/roulettehandler.cpp')
-rw-r--r--src/net/eathena/roulettehandler.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/eathena/roulettehandler.cpp b/src/net/eathena/roulettehandler.cpp
index 6e107af38..b0d9d2829 100644
--- a/src/net/eathena/roulettehandler.cpp
+++ b/src/net/eathena/roulettehandler.cpp
@@ -31,4 +31,9 @@ RouletteHandler::RouletteHandler() :
rouletteHandler = this;
}
+RouletteHandler::~RouletteHandler()
+{
+ rouletteHandler = nullptr;
+}
+
} // namespace EAthena