Core/Scripts: Fix Drake Hunt, closes #2005

This commit is contained in:
w1sht0l1v3
2013-06-09 22:14:20 +03:00
parent 86811d5d66
commit 5f33bfb925

View File

@@ -820,7 +820,6 @@ public:
void Reset()
{
WithRedDragonBlood = false;
HarpoonerGUID = 0;
}
void EnterCombat(Unit* who)
@@ -879,6 +878,12 @@ public:
}
}
if ((me->getFaction() == 35) && (!me->HasAura(SPELL_SUBDUED)))
{
HarpoonerGUID = 0;
me->DisappearAndDie();
}
if (!UpdateVictim())
return;