aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2011_09_10_00_world_spell_linked_spell.sql (renamed from sql/updates/world/2011_09_11_00_world_spell_linked_spell.sql)0
-rw-r--r--src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/boss_blackheart_the_inciter.cpp2
2 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2011_09_11_00_world_spell_linked_spell.sql b/sql/updates/world/2011_09_10_00_world_spell_linked_spell.sql
index 93365589b44..93365589b44 100644
--- a/sql/updates/world/2011_09_11_00_world_spell_linked_spell.sql
+++ b/sql/updates/world/2011_09_10_00_world_spell_linked_spell.sql
diff --git a/src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/boss_blackheart_the_inciter.cpp b/src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/boss_blackheart_the_inciter.cpp
index 46e765f1ef4..f5439918ce2 100644
--- a/src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/boss_blackheart_the_inciter.cpp
+++ b/src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/boss_blackheart_the_inciter.cpp
@@ -138,7 +138,7 @@ public:
{
Unit* target = Unit::GetUnit(*me, (*itr)->getUnitGuid());
if (target && target->GetTypeId() == TYPEID_PLAYER)
- target->CastSpell(target, SPELL_INCITE_CHAOS_B, true);
+ me->CastSpell(target, SPELL_INCITE_CHAOS_B, true);
}
DoResetThreat();