summaryrefslogtreecommitdiff
path: root/src/net/eathena/skillhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/skillhandler.cpp')
-rw-r--r--src/net/eathena/skillhandler.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/eathena/skillhandler.cpp b/src/net/eathena/skillhandler.cpp
index f3acb257f..ec8176eef 100644
--- a/src/net/eathena/skillhandler.cpp
+++ b/src/net/eathena/skillhandler.cpp
@@ -39,6 +39,11 @@ SkillHandler::SkillHandler() :
skillHandler = this;
}
+SkillHandler::~SkillHandler()
+{
+ skillHandler = nullptr;
+}
+
void SkillHandler::useBeing(const int id, const int level,
const BeingId beingId) const
{