[svn] Fix a compile bug. Patch provided by Paradox.

--HG--
branch : trunk
This commit is contained in:
megamage
2008-11-03 08:14:21 -06:00
parent d5beb2bbe9
commit fbef4e3abf

View File

@@ -1838,11 +1838,11 @@ void DoScriptText(int32 textEntry, WorldObject* pSource, Unit* target)
//*********************************
//*** Functions used internally ***
//Trinity_DLL_EXPORT
//char const* ScriptsVersion()
//{
// return "Default Trinity scripting library";
//}
Trinity_DLL_EXPORT
const char* ScriptsVersion()
{
return "Default Trinity scripting library";
}
Script* GetScriptByName(std::string Name)
{