diff options
| author | Machiavelli <none@none> | 2009-08-17 02:58:57 +0200 |
|---|---|---|
| committer | Machiavelli <none@none> | 2009-08-17 02:58:57 +0200 |
| commit | b9f1f9232d6a8a9c43cc5253d3683060ec4dc670 (patch) | |
| tree | a05e5c895b2cbbad8a7ee5daf4a7a6ddbac422bc /src/bindings/scripts | |
| parent | 6a68c5cb6fdd43b8828dc2bf9644932cf23e2953 (diff) | |
| parent | 41c12d173b8d0cf297edf70e40b8e13b9bf3af35 (diff) | |
*Merge
--HG--
branch : trunk
Diffstat (limited to 'src/bindings/scripts')
| -rw-r--r-- | src/bindings/scripts/scripts/world/npcs_special.cpp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/bindings/scripts/scripts/world/npcs_special.cpp b/src/bindings/scripts/scripts/world/npcs_special.cpp index ef826d4af3a..2fa1df0c128 100644 --- a/src/bindings/scripts/scripts/world/npcs_special.cpp +++ b/src/bindings/scripts/scripts/world/npcs_special.cpp @@ -1766,33 +1766,14 @@ CreatureAI* GetAI_npc_ebon_gargoyle(Creature* pCreature) return new npc_ebon_gargoyleAI (pCreature); } -//TODO: 30% Attackdamage check for Lightwell struct TRINITY_DLL_DECL npc_lightwellAI : public PassiveAI { npc_lightwellAI(Creature *c) : PassiveAI(c) {} - //uint32 desummon_timer; - void Reset() { - //desummon_timer = 180000; m_creature->CastSpell(m_creature, 59907, false); // Spell for Lightwell Charges } - - /* - void UpdateAI(const uint32 diff) - { - if (desummon_timer < diff) - { - m_creature->Kill(m_creature); - }else desummon_timer -= diff; - - if (!m_creature->HasAura(59907)) - { - m_creature->Kill(m_creature); - } - } - */ }; CreatureAI* GetAI_npc_lightwellAI(Creature* pCreature) |
