mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
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:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user