diff options
author | KingPin <none@none> | 2008-10-20 12:23:56 -0500 |
---|---|---|
committer | KingPin <none@none> | 2008-10-20 12:23:56 -0500 |
commit | 35f378aef9e2da3b24b2adb182f165d52da6a09b (patch) | |
tree | 317bd32acf1b2447ed11cd6b9962e000dfaeaffc /src/game/Map.cpp | |
parent | a1d00528a32f124f99ea26273b7172c2a5e2868e (diff) |
[svn] * fixed help for subcommands - source mangos
* Renamed accounts column tbc to expansion and it only took a little over 4 hours o.O
--HG--
branch : trunk
Diffstat (limited to 'src/game/Map.cpp')
-rw-r--r-- | src/game/Map.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Map.cpp b/src/game/Map.cpp index b3d41ed254d..123cbeef2f1 100644 --- a/src/game/Map.cpp +++ b/src/game/Map.cpp @@ -18,6 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include "MapManager.h" #include "Player.h" #include "GridNotifiers.h" #include "WorldSession.h" @@ -35,7 +36,6 @@ #include "ScriptCalls.h" #include "Group.h" -#include "MapManager.h" #include "MapInstanced.h" #include "InstanceSaveMgr.h" #include "VMapFactory.h" |