summaryrefslogtreecommitdiff
path: root/src/game-server/mapmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/mapmanager.h')
-rw-r--r--src/game-server/mapmanager.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game-server/mapmanager.h b/src/game-server/mapmanager.h
index d21bd419..6b518819 100644
--- a/src/game-server/mapmanager.h
+++ b/src/game-server/mapmanager.h
@@ -1,6 +1,7 @@
/*
* The Mana Server
* Copyright (C) 2004-2010 The Mana World Development Team
+ * Copyright (C) 2010-2011 The Mana Development Team
*
* This file is part of The Mana Server.
*
@@ -62,7 +63,7 @@ namespace MapManager
* Sets the activity status of the map.
* @return true if the activation was successful.
*/
- bool raiseActive(int mapId);
+ bool activateMap(int mapId);
}
#endif // MAPMANAGER_H