aboutsummaryrefslogtreecommitdiff
path: root/src/mangosd/WorldRunnable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mangosd/WorldRunnable.cpp')
-rw-r--r--src/mangosd/WorldRunnable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mangosd/WorldRunnable.cpp b/src/mangosd/WorldRunnable.cpp
index 0fb24577e32..689b1d216a9 100644
--- a/src/mangosd/WorldRunnable.cpp
+++ b/src/mangosd/WorldRunnable.cpp
@@ -89,7 +89,7 @@ void WorldRunnable::run()
sWorld.UpdateSessions( 1 ); // real players unload required UpdateSessions call
// unload battleground templates before different singletons destroyed
- sBattleGroundMgr.DeleteAlllBattleGrounds();
+ sBattleGroundMgr.DeleteAllBattleGrounds();
sWorldSocketMgr->StopNetwork();