aboutsummaryrefslogtreecommitdiff
path: root/src/game/ObjectMgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/ObjectMgr.cpp')
-rw-r--r--src/game/ObjectMgr.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/ObjectMgr.cpp b/src/game/ObjectMgr.cpp
index 97d607f83b0..fad7b3248f0 100644
--- a/src/game/ObjectMgr.cpp
+++ b/src/game/ObjectMgr.cpp
@@ -9009,6 +9009,8 @@ void ObjectMgr::LoadCreatureClassLevelStats()
}
while (result->NextRow());
+ delete result;
+
sLog.outString();
sLog.outString( ">> Loaded %u creature base stats.", counter);
}