aboutsummaryrefslogtreecommitdiff
path: root/src/game/ScriptCalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/ScriptCalls.h')
-rw-r--r--src/game/ScriptCalls.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/game/ScriptCalls.h b/src/game/ScriptCalls.h
index 84c1413d500..6e39ca7f345 100644
--- a/src/game/ScriptCalls.h
+++ b/src/game/ScriptCalls.h
@@ -34,8 +34,7 @@ class SpellCastTargets;
class Map;
class InstanceData;
-bool LoadScriptingModule(char const* libName = "");
-void UnloadScriptingModule();
+bool LoadScriptingModule();
//On Event Handlers
typedef void(TRINITY_IMPORT * scriptCallOnLogin) (Player *pPlayer);
@@ -130,6 +129,6 @@ typedef struct
TRINITY_LIBRARY_HANDLE hScriptsLib;
}_ScriptSet,*ScriptsSet;
-extern ScriptsSet Script;
+//extern ScriptsSet Script;
#endif