mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Core/Scripts: Fix Drake Hunt, closes #2005
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user