Core/Spells: Fixed overwriting summon requests

Closes #17049
This commit is contained in:
Incorrect
2016-05-01 12:31:55 +02:00
committed by Shauren
parent 7c85be7d6d
commit c28e6a8c16
10 changed files with 65 additions and 54 deletions

View File

@@ -818,7 +818,7 @@ public:
target->CleanupAfterTaxiFlight();
}
target->TeleportTo(target->m_recallMap, target->m_recallX, target->m_recallY, target->m_recallZ, target->m_recallO);
target->Recall();
return true;
}