From a81faea969e5589b76a2bbed222313a75b845a79 Mon Sep 17 00:00:00 2001 From: maximius Date: Tue, 27 Oct 2009 21:28:20 -0700 Subject: *Even more excessive cleanup.. --HG-- branch : trunk --- src/bindings/scripts/ScriptMgr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bindings/scripts/ScriptMgr.h') diff --git a/src/bindings/scripts/ScriptMgr.h b/src/bindings/scripts/ScriptMgr.h index 9456a0da661..9b6202a01a0 100644 --- a/src/bindings/scripts/ScriptMgr.h +++ b/src/bindings/scripts/ScriptMgr.h @@ -87,7 +87,7 @@ struct Script }; //Generic scripting text function -void DoScriptText(int32 textEntry, WorldObject* pSource, Unit* target = NULL); +void DoScriptText(int32 textEntry, WorldObject* pSource, Unit *pTarget = NULL); #if COMPILER == COMPILER_GNU #define FUNC_PTR(name,callconvention,returntype,parameters) typedef returntype(*name)parameters __attribute__ ((callconvention)); -- cgit v1.2.3