From ab4b9160f2d1d534832372422fd1e2bc514b808a Mon Sep 17 00:00:00 2001 From: megamage Date: Thu, 22 Jan 2009 22:44:27 -0600 Subject: *Update to Mangos 7151. --HG-- branch : trunk --- src/game/WaypointManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/WaypointManager.cpp') diff --git a/src/game/WaypointManager.cpp b/src/game/WaypointManager.cpp index fc0ca9e8007..bf999dbbc03 100644 --- a/src/game/WaypointManager.cpp +++ b/src/game/WaypointManager.cpp @@ -29,7 +29,7 @@ WaypointStore WaypointMgr; void WaypointStore::Free() { - waypoint_map.clear(); + waypoint_map.clear(); } void WaypointStore::Load() -- cgit v1.2.3