fix(scripts/VoA): Vault of Archavon (#4853)
This commit is contained in:
parent
0d19ac4312
commit
de2c57f6cc
2 changed files with 2 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ public:
|
|||
if (target->GetTypeId() == TYPEID_UNIT && GetAura()->GetStackAmount() >= 10)
|
||||
{
|
||||
target->CastSpell(target, SPELL_OVERCHARGED_BLAST, true);
|
||||
target->ToCreature()->DespawnOrUnsummon(500);
|
||||
Unit::Kill(target, target, false);
|
||||
}
|
||||
|
||||
PreventDefaultAction();
|
||||
|
|
|
|||
|
|
@ -94,6 +94,7 @@ public:
|
|||
{
|
||||
if (rotateTimer)
|
||||
{
|
||||
me->SetUInt64Value(UNIT_FIELD_CHANNEL_OBJECT, 0);
|
||||
rotateTimer += diff;
|
||||
if (rotateTimer >= 3000)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue