Scripts/Zul'Drak: GO Scourge Enclosure - Delay Despawn of Dummy to ensure Explosion

(cherry picked from commit de99d9e15b)
This commit is contained in:
Rushor
2015-01-31 16:05:53 +01:00
committed by Nayd
parent 6d70acbbd6
commit 91b2519b93

View File

@@ -313,7 +313,7 @@ public:
{
player->KilledMonsterCredit(gymerDummy->GetEntry(), gymerDummy->GetGUID());
gymerDummy->CastSpell(gymerDummy, SPELL_GYMER_LOCK_EXPLOSION, true);
gymerDummy->DespawnOrUnsummon();
gymerDummy->DespawnOrUnsummon(4 * IN_MILLISECONDS);
}
}
return true;