mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-04 19:43:48 +00:00
fix(scripts/VoA): Vault of Archavon (#4853)
This commit is contained in:
@@ -206,7 +206,7 @@ public:
|
|||||||
if (target->GetTypeId() == TYPEID_UNIT && GetAura()->GetStackAmount() >= 10)
|
if (target->GetTypeId() == TYPEID_UNIT && GetAura()->GetStackAmount() >= 10)
|
||||||
{
|
{
|
||||||
target->CastSpell(target, SPELL_OVERCHARGED_BLAST, true);
|
target->CastSpell(target, SPELL_OVERCHARGED_BLAST, true);
|
||||||
target->ToCreature()->DespawnOrUnsummon(500);
|
Unit::Kill(target, target, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
PreventDefaultAction();
|
PreventDefaultAction();
|
||||||
|
|||||||
@@ -94,6 +94,7 @@ public:
|
|||||||
{
|
{
|
||||||
if (rotateTimer)
|
if (rotateTimer)
|
||||||
{
|
{
|
||||||
|
me->SetUInt64Value(UNIT_FIELD_CHANNEL_OBJECT, 0);
|
||||||
rotateTimer += diff;
|
rotateTimer += diff;
|
||||||
if (rotateTimer >= 3000)
|
if (rotateTimer >= 3000)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user