diff options
| author | Blaymoira <none@none> | 2009-03-06 20:14:07 +0100 |
|---|---|---|
| committer | Blaymoira <none@none> | 2009-03-06 20:14:07 +0100 |
| commit | b49732c04db0d5bf67bf78e73e9c22f2078fd47c (patch) | |
| tree | e445fa32d805789d966505ffac97535152e852f6 /src/bindings/scripts | |
| parent | ba05670747d7f5cc91ce4e623f2b89ba60e8081e (diff) | |
| parent | 0b9d3f95de06da9e23bdd075a286679395dab49c (diff) | |
*Merge
--HG--
branch : trunk
Diffstat (limited to 'src/bindings/scripts')
| -rw-r--r-- | src/bindings/scripts/scripts/npc/npcs_special.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings/scripts/scripts/npc/npcs_special.cpp b/src/bindings/scripts/scripts/npc/npcs_special.cpp index 3a113b8fae6..dd043c73494 100644 --- a/src/bindings/scripts/scripts/npc/npcs_special.cpp +++ b/src/bindings/scripts/scripts/npc/npcs_special.cpp @@ -905,7 +905,7 @@ struct TRINITY_DLL_DECL npc_steam_tonkAI : public ScriptedAI if (apply) { // Initialize the action bar without the melee attack command - m_creature->InitCharmInfo(m_creature); + m_creature->InitCharmInfo(); m_creature->GetCharmInfo()->InitEmptyActionBar(false); m_creature->SetReactState(REACT_PASSIVE); |
