diff --git a/doc/RequiredPorts.mangosproof b/doc/RequiredPorts.mangosproof index 982298ad..34579daf 100644 --- a/doc/RequiredPorts.mangosproof +++ b/doc/RequiredPorts.mangosproof @@ -1 +1 @@ -rUzt6Qdc4EKKtuvr7m2AqM9iQu/Ewo17ul9iktjbtIC4oSTjYtD9kk4xk+lvxAFg2soaw2cvIWw2aArt5lanaEXCgQbziGFOk+7xyiNL8L5EYI1Z1ktvsKuftuPexVFyu57ZCenLn4Yj8EDgqWTNxGe87o5bnQaBdwwqmvTQ1+/6l5TBYzSvzAUpUfIMQk9wC4E1xHA7Qn44vOx2y5rZUgMn6kusp2zNP3UAS8YB3uUXZ3Ho7Pvk8XSDxi0guUv5hUFZIMqCj70Bn6/vCixR9Gk/jwUK8JAAQIze6g0Qwwl1jcGpyy5dC21hm14+TRcDPAEcnjDzDzDXmwFYHXLEVX9iF4nPv2IMNRA5NHau8Niv4kxnOZQfb2wsDPofJXBKH0FStpSr0jsEM01mFgtYt9TKGRbM2R8ProGF+QIVR3UWqn1GtM3tj3eQvUaYwilU6djySbv3HAN0/VG3sCL46k0ToWGioHo94J1SKYBnmhiiULcz1zAZYazRrqJJ6pLeJyzEClge/s4rScmvW4czSyQzdqeLcZNo3Y+Q0CJF5S4fq6eCNB50N0vdG5vwjbc6d52wrG7GqjOi3rsPcoEgi+Z2Ya2oEFUsWqS2DTPtjRZh3KQDLlfMdslfzNYULfxpuV4aiQuJdferhif8OO8jqWO1V2dWNX2rL+CIWDIeh4o+7Wjuppk7XO2WV2jmu5Co5QXhI3jOGLKfdZjIoYTIt1/j5nfYRRyAzbh0CEMIACobsEYGoRV5/8qzzczdNwyk8dP+dk0EruY5edDDF089YVOakv49v93CqD/cs0gA41gqD+qvcLrg+IC2m2WHTx+e8vabjK/zpSOgih5WK3ySo/1vnmcATVipxLbeuTopeD7GYFDT5qe8ULwrb3QtnVd5bFR9wY/g5YLq8qtIihrMo/JzFuVR6eQm015KXiiruesUJ1i1fCvasKNlZdT21yIPuWRhtxqfrJ57h6vtBzxeiyRcP2SHzxPM+jEP9lfOZS7ChblbXW6D2+uwRVz8nm9k/zCzHUm1uvth6UH41hZJvUB+TGdu9So4Fkxfe2CpKBN= \ No newline at end of file +rUzt6Qdc4EKKtuvr7m2AqM9iQu/Ewo17ul9iktjbtIC4oSTjYtD9kk4xk+lvxAFg2soaw2cvIWw2aArt5lanaEXCgQbziGFOk+7xyiNL8L5EYI1Z1ktvsKuftuPexVFyu57ZCenLn4Yj8EDgqWTNxs55HMUG3aW9BOx7kfvZkpO4qt8HCaJS80HXFTxlZRzb4IR3QNPCO1LMq/Pcmg3V86hM6SpUP1pKJMP5yYI0lFLNMjPKaMWHr+SD4bjbR+sbgl96qd/rBeCfFOTjg6ciHBEiBeR4ZnLrZNLhEdWrFa5HokYGYf2CApxJyDTHCQIC \ No newline at end of file diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0e6104f5..7ef7c1b8 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -35,7 +35,7 @@ if(WIN32) endif() #----------------------------------------------------------------------------- -# Build the mangos-zero framework library +# Build the mangos framework library add_subdirectory(framework) #----------------------------------------------------------------------------- diff --git a/src/game/WorldHandlers/LFGMgr.cpp b/src/game/WorldHandlers/LFGMgr.cpp index 1c099e0a..da03e8d4 100644 --- a/src/game/WorldHandlers/LFGMgr.cpp +++ b/src/game/WorldHandlers/LFGMgr.cpp @@ -1,9 +1,8 @@ /** - * mangos-zero is a full featured server for World of Warcraft in its vanilla - * version, supporting clients for patch 1.12.x. + * MaNGOS is a full featured server for World of Warcraft, supporting + * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2015 MaNGOS project - * Parts Copyright (C) 2013-2014 CMaNGOS project + * Copyright (C) 2005-2015 MaNGOS project * * 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 diff --git a/src/game/WorldHandlers/LFGMgr.h b/src/game/WorldHandlers/LFGMgr.h index 429291ab..ed6e8379 100644 --- a/src/game/WorldHandlers/LFGMgr.h +++ b/src/game/WorldHandlers/LFGMgr.h @@ -1,9 +1,8 @@ /** - * mangos-zero is a full featured server for World of Warcraft in its vanilla - * version, supporting clients for patch 1.12.x. + * MaNGOS is a full featured server for World of Warcraft, supporting + * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2015 MaNGOS project - * Parts Copyright (C) 2013-2014 CMaNGOS project + * Copyright (C) 2005-2015 MaNGOS project * * 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 diff --git a/src/modules/CMakeLists.txt b/src/modules/CMakeLists.txt index 5a40081e..8f83b734 100644 --- a/src/modules/CMakeLists.txt +++ b/src/modules/CMakeLists.txt @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# Build the mangos-zero script library if wished for +# Build the mangos script library if wished for if(SCRIPT_LIB_SD2) add_subdirectory(SD2) endif()