mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +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)
|
||||
{
|
||||
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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user