[svn] Fix the compile error. Patch provided by Tidus.

Merge part of mangos svn rev 6748: Use SMSG_PET_NAME_INVALID opcode instead of db string. Source: Mangos.

--HG--
branch : trunk
This commit is contained in:
megamage
2008-11-03 09:53:31 -06:00
parent b3bdc26a11
commit b9af250881
6 changed files with 85 additions and 40 deletions

View File

@@ -1838,8 +1838,8 @@ void DoScriptText(int32 textEntry, WorldObject* pSource, Unit* target)
//*********************************
//*** Functions used internally ***
Trinity_DLL_EXPORT
const char* ScriptsVersion()
TRINITY_DLL_EXPORT
char const* ScriptsVersion()
{
return "Default Trinity scripting library";
}