aboutsummaryrefslogtreecommitdiff
path: root/src/bindings/scripts
diff options
context:
space:
mode:
authormaximius <none@none>2009-10-17 02:52:10 -0700
committermaximius <none@none>2009-10-17 02:52:10 -0700
commit46f2faf1f3189e44be684eea1bcbf713184db865 (patch)
treea7953e4eefaf9fea7093ddaa7b3689a4b4ffcf38 /src/bindings/scripts
parentad91c3a94bcb82f169c4be684b015c0a14299584 (diff)
*Cleanup, remove all positive auras (ie: buffs from another spec) on spec change.
--HG-- branch : trunk
Diffstat (limited to 'src/bindings/scripts')
-rw-r--r--src/bindings/scripts/scripts/northrend/nexus/nexus/boss_keristrasza.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings/scripts/scripts/northrend/nexus/nexus/boss_keristrasza.cpp b/src/bindings/scripts/scripts/northrend/nexus/nexus/boss_keristrasza.cpp
index 791ecbd76cf..9bfd6048de1 100644
--- a/src/bindings/scripts/scripts/northrend/nexus/nexus/boss_keristrasza.cpp
+++ b/src/bindings/scripts/scripts/northrend/nexus/nexus/boss_keristrasza.cpp
@@ -192,7 +192,7 @@ struct TRINITY_DLL_DECL boss_keristraszaAI : public ScriptedAI
if (!Enrage && (m_creature->GetHealth() < m_creature->GetMaxHealth() * 0.25))
{
- DoScriptText(SAY_ENRAGE , m_creature);
+ DoScriptText(SAY_ENRAGE, m_creature);
DoCast(m_creature, SPELL_ENRAGE);
Enrage = true;
}