mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[7301] Partially restored linux build
This commit is contained in:
parent
26a0023d72
commit
1206026b44
3 changed files with 6 additions and 6 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/>
|
* Copyright (C) 2005-2009 MaNGOS <http://www.mangosproject.org/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/>
|
* Copyright (C) 2005-2009 MaNGOS <http://www.mangosproject.org/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
@ -59,9 +59,9 @@ class PoolHandler
|
||||||
bool isSystemInit;
|
bool isSystemInit;
|
||||||
uint16 max_pool_id;
|
uint16 max_pool_id;
|
||||||
typedef std::vector<PoolTemplateData> PoolTemplateDataMap;
|
typedef std::vector<PoolTemplateData> PoolTemplateDataMap;
|
||||||
typedef std::vector<PoolGroup<Creature>> PoolGroupCreatureMap;
|
typedef std::vector<PoolGroup<Creature> > PoolGroupCreatureMap;
|
||||||
typedef std::vector<PoolGroup<GameObject>> PoolGroupGameObjectMap;
|
typedef std::vector<PoolGroup<GameObject> > PoolGroupGameObjectMap;
|
||||||
typedef std::vector<PoolGroup<Pool>> PoolGroupPoolMap;
|
typedef std::vector<PoolGroup<Pool> > PoolGroupPoolMap;
|
||||||
typedef std::pair<uint32, uint16> SearchPair;
|
typedef std::pair<uint32, uint16> SearchPair;
|
||||||
typedef std::map<uint32, uint16> SearchMap;
|
typedef std::map<uint32, uint16> SearchMap;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "7300"
|
#define REVISION_NR "7301"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue