Update boss_maexxna_40.cpp

- Web Spray duration set to 8 seconds
- Fixed Web Wrap script
- Modified Web Wrap to fly with player to be more Blizzlike
- Modified Web Wrap and Poison Shock to have Vanilla damage values
This commit is contained in:
Dinkledork
2023-09-27 02:47:26 -06:00
committed by GitHub
parent 38964ff9f1
commit 6b113973a8

View File

@@ -188,7 +188,7 @@ public:
{
if (Aura* aura = player->GetAura(SPELL_WEB_SPRAY))
{
aura->SetDuration(7500); // Set the duration to 8 seconds with 500 ms delay in mind
aura->SetDuration(8000); // Set the duration to 8 seconds
}
}
}