aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSubv <s.v.h21@hotmail.com>2012-10-17 17:35:50 -0500
committerSubv <s.v.h21@hotmail.com>2012-10-17 17:35:50 -0500
commitf8feb1ec0ed5964bd8e5049dc3263f87c785b599 (patch)
tree492055ef208ff786906d3708406edf8e0241361c /src
parent2356e936a4730dddc32c3893722cdf0c0aa2138a (diff)
Core/Scripts: Fixed build
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Spells/spell_shaman.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}
}