Skip to content

Commit 1ca93aa

Browse files
committed
Merge pull request #51 from stfx/master
Fix compile after recent core git_id changes
2 parents 7102c88 + 9f784fa commit 1ca93aa

2 files changed

Lines changed: 0 additions & 14 deletions

File tree

ScriptMgr.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -252,12 +252,6 @@ void Script::RegisterSelf(bool bReportError)
252252
//********************************
253253
//*** Functions to be Exported ***
254254

255-
MANGOS_DLL_EXPORT
256-
char const* GetScriptLibraryVersion()
257-
{
258-
return strSD2Version.c_str();
259-
}
260-
261255
MANGOS_DLL_EXPORT
262256
bool GossipHello(Player* pPlayer, Creature* pCreature)
263257
{

system/MangosdRev.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,10 @@
22
* This program is free software licensed under GPL version 2
33
* Please see the included DOCS/LICENSE.TXT for more information */
44

5-
#include "../../../shared/revision_nr.h"
6-
75
#ifdef WIN32
86
# define MANGOS_DLL_EXPORT extern "C" __declspec(dllexport)
97
#elif defined( __GNUC__ )
108
# define MANGOS_DLL_EXPORT extern "C"
119
#else
1210
# define MANGOS_DLL_EXPORT extern "C" export
1311
#endif
14-
15-
MANGOS_DLL_EXPORT
16-
char const* GetMangosRevStr()
17-
{
18-
return REVISION_NR;
19-
}

0 commit comments

Comments
 (0)