mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Scripts/Spells: Add missed change for 975e7cc072
This commit is contained in:
@@ -292,7 +292,7 @@ class spell_broggok_poison_cloud : public SpellScriptLoader
|
||||
return;
|
||||
|
||||
uint32 triggerSpell = aurEff->GetSpellEffectInfo().TriggerSpell;
|
||||
float mod = ((float(aurEff->GetTickNumber()) / aurEff->GetTotalTicks()) * 0.9f + 0.1f) * 10000 * 2 / 3;
|
||||
float mod = ((float(aurEff->GetTickNumber()) / aurEff->GetTotalTicks()) * 0.9f + 0.1f) * 2 / 3;
|
||||
GetTarget()->CastSpell(nullptr, triggerSpell, CastSpellExtraArgs(aurEff).AddSpellMod(SPELLVALUE_RADIUS_MOD, mod));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user