diff options
author | raczman@debian <none@none> | 2009-04-05 22:08:24 +0200 |
---|---|---|
committer | raczman@debian <none@none> | 2009-04-05 22:08:24 +0200 |
commit | fef43ddbe7c498be7d154926a88f09c2534f8d48 (patch) | |
tree | 12ebe15656cf1b1df4e0f171844ef801849ea97a /src/bindings/interface/ScriptMgr.h | |
parent | 813a832b110a4ff04df36d1c4a2ae63b4c2edf10 (diff) |
Fix interface building.
--HG--
branch : trunk
Diffstat (limited to 'src/bindings/interface/ScriptMgr.h')
-rw-r--r-- | src/bindings/interface/ScriptMgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |