diff options
author | megamage <none@none> | 2008-11-03 09:53:31 -0600 |
---|---|---|
committer | megamage <none@none> | 2008-11-03 09:53:31 -0600 |
commit | b9af250881457ba6f7c4ac54ff5f981476c2dec6 (patch) | |
tree | c20504d42998c9461b8f853cba0b040a1e041016 /src/bindings/scripts/ScriptMgr.cpp | |
parent | b3bdc26a110bca8672cfa2a13cd1415199811ad8 (diff) |
[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
Diffstat (limited to 'src/bindings/scripts/ScriptMgr.cpp')
-rw-r--r-- | src/bindings/scripts/ScriptMgr.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bindings/scripts/ScriptMgr.cpp b/src/bindings/scripts/ScriptMgr.cpp index 1d2a882b30a..76f637527ae 100644 --- a/src/bindings/scripts/ScriptMgr.cpp +++ b/src/bindings/scripts/ScriptMgr.cpp @@ -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"; } |