From fef43ddbe7c498be7d154926a88f09c2534f8d48 Mon Sep 17 00:00:00 2001 From: "raczman@debian" Date: Sun, 5 Apr 2009 22:08:24 +0200 Subject: Fix interface building. --HG-- branch : trunk --- src/bindings/interface/ScriptMgr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bindings/interface/ScriptMgr.h') diff --git a/src/bindings/interface/ScriptMgr.h b/src/bindings/interface/ScriptMgr.h index 911737f0011..8c6c91ec362 100644 --- a/src/bindings/interface/ScriptMgr.h +++ b/src/bindings/interface/ScriptMgr.h @@ -90,7 +90,7 @@ extern int num_inst_scripts; struct TRINITY_DLL_DECL ScriptedAI : public CreatureAI { - ScriptedAI(Creature* creature) : m_creature(creature) {} + ScriptedAI(Creature* creature):CreatureAI(creature),m_creature(creature){} ~ScriptedAI() {} // Called if IsVisible(Unit *who) is true at each *who move -- cgit v1.2.3