diff options
| author | Spp <spp@jorge.gr> | 2012-07-30 10:07:26 +0200 |
|---|---|---|
| committer | Spp <spp@jorge.gr> | 2012-07-30 10:07:26 +0200 |
| commit | 5a99dfad149245c685c088e9e08aa445428b9e53 (patch) | |
| tree | 9a1c27b6c9ec950da21df00251df09e8142bdb76 /src/server/scripts/Northrend | |
| parent | b460c496e2e2801bc2ff8ac8326765da094fbec3 (diff) | |
Warning fixes + compile fix after the merge
Diffstat (limited to 'src/server/scripts/Northrend')
| -rw-r--r-- | src/server/scripts/Northrend/IcecrownCitadel/boss_blood_prince_council.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/scripts/Northrend/IcecrownCitadel/boss_blood_prince_council.cpp b/src/server/scripts/Northrend/IcecrownCitadel/boss_blood_prince_council.cpp index 367240cd2df..6e7e3c49ef8 100644 --- a/src/server/scripts/Northrend/IcecrownCitadel/boss_blood_prince_council.cpp +++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_blood_prince_council.cpp @@ -1336,6 +1336,7 @@ class npc_dark_nucleus : public CreatureScript { _targetAuraCheck = 1000; if (Unit* victim = me->getVictim()) + { if (me->GetDistance(victim) < 15.0f && !victim->HasAura(SPELL_SHADOW_RESONANCE_RESIST, me->GetGUID())) { @@ -1344,6 +1345,7 @@ class npc_dark_nucleus : public CreatureScript } else MoveInLineOfSight(me->getVictim()); + } } else _targetAuraCheck -= diff; |
