mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 05:43:12 +01:00
*fix Leotheras the Blind Channeler reset(visual is still bugged)
!please delete all Greyheart Spellbinders (21806) from the instance, they are still summoned by script! --HG-- branch : trunk
This commit is contained in:
@@ -210,14 +210,9 @@ struct TRINITY_DLL_DECL boss_leotheras_the_blindAI : public ScriptedAI
|
||||
for(uint8 i = 0; i < 3; i++)
|
||||
{
|
||||
Creature *add = Unit::GetCreature(*m_creature,SpellBinderGUID[i]);
|
||||
if (add && add->isAlive())
|
||||
{
|
||||
add->setDeathState(DEAD);
|
||||
add->RemoveCorpse();
|
||||
}else{
|
||||
if(add && add->isDead())
|
||||
add->RemoveCorpse();
|
||||
}
|
||||
if (add)
|
||||
add->RemoveFromWorld();
|
||||
|
||||
float nx = x;
|
||||
float ny = y;
|
||||
float o = 2.4f;
|
||||
|
||||
Reference in New Issue
Block a user