aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Outland/TempestKeep
diff options
context:
space:
mode:
authorRat <gmstreetrat@gmail.com>2014-11-28 14:00:50 +0100
committerRat <gmstreetrat@gmail.com>2014-11-28 14:00:50 +0100
commitce5b683a073dd62988dc0c0a18798513252dabe6 (patch)
treec3520ffa5c26285b3f35dfdcc846f773f5665f86 /src/server/scripts/Outland/TempestKeep
parent60e377bd3e6f456cf82b19bb54a5c4c6edbce602 (diff)
Core/Spells: fixed Script project building
Diffstat (limited to 'src/server/scripts/Outland/TempestKeep')
-rw-r--r--src/server/scripts/Outland/TempestKeep/Eye/boss_astromancer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Outland/TempestKeep/Eye/boss_astromancer.cpp b/src/server/scripts/Outland/TempestKeep/Eye/boss_astromancer.cpp
index cd433000e8e..7e30ae1a931 100644
--- a/src/server/scripts/Outland/TempestKeep/Eye/boss_astromancer.cpp
+++ b/src/server/scripts/Outland/TempestKeep/Eye/boss_astromancer.cpp
@@ -542,7 +542,7 @@ class spell_astromancer_wrath_of_the_astromancer : public SpellScriptLoader
return;
Unit* target = GetUnitOwner();
- target->CastSpell(target, GetSpellInfo()->Effects[EFFECT_1].CalcValue(), false);
+ target->CastSpell(target, GetSpellInfo()->GetEffect(EFFECT_1)->CalcValue(), false);
}
void Register() override