mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-01 10:03:47 +00:00
fix(Scripts/BlackwingLair): Razorgore improvements (#10971)
- Rewrite reset events - Use proper healing spell on phase transition - Now uses abilities during phase 1 - Phase transition scripted - mobs now run away
This commit is contained in:
@@ -3524,3 +3524,8 @@ void Creature::SetRespawnTime(uint32 respawn)
|
||||
{
|
||||
m_respawnTime = respawn ? GameTime::GetGameTime().count() + respawn : 0;
|
||||
}
|
||||
|
||||
void Creature::SetCorpseRemoveTime(uint32 delay)
|
||||
{
|
||||
m_corpseRemoveTime = GameTime::GetGameTime().count() + delay;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user