Core/Scripts: Fixed build

This commit is contained in:
Subv
2012-10-17 17:35:50 -05:00
parent 2356e936a4
commit f8feb1ec0e

View File

@@ -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);
}
}