mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-10 03:59:05 +01:00
Core/Scripts: Fixed build
This commit is contained in:
@@ -524,7 +524,7 @@ class spell_sha_flame_shock : public SpellScriptLoader
|
||||
if (sSpellMgr->GetFirstSpellInChain(SHAMAN_LAVA_FLOWS_R1) != sSpellMgr->GetFirstSpellInChain(aurEff->GetId()))
|
||||
return;
|
||||
|
||||
uint32 basepoints = aurEff->GetAmount();
|
||||
int32 basepoints = aurEff->GetAmount();
|
||||
caster->CastCustomSpell(caster, SHAMAN_LAVA_FLOWS_TRIGGERED_R1, &basepoints, NULL, NULL, true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user