From f8feb1ec0ed5964bd8e5049dc3263f87c785b599 Mon Sep 17 00:00:00 2001 From: Subv Date: Wed, 17 Oct 2012 17:35:50 -0500 Subject: Core/Scripts: Fixed build --- src/server/scripts/Spells/spell_shaman.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/scripts') diff --git a/src/server/scripts/Spells/spell_shaman.cpp b/src/server/scripts/Spells/spell_shaman.cpp index d09289d59ab..e776fc87a5e 100644 --- a/src/server/scripts/Spells/spell_shaman.cpp +++ b/src/server/scripts/Spells/spell_shaman.cpp @@ -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); } } -- cgit v1.2.3