aboutsummaryrefslogtreecommitdiff
path: root/src/game/Spell.cpp
diff options
context:
space:
mode:
authorBlaymoira <none@none>2009-03-14 19:35:04 +0100
committerBlaymoira <none@none>2009-03-14 19:35:04 +0100
commit04a42413bf9662c4e9c6cfdf6916e05325d090c7 (patch)
tree7689deba162f051770b979d48e2f6279697129f7 /src/game/Spell.cpp
parentef71840b7ecb62a15ebc74954f26b20f290f8cc7 (diff)
parent8cce1ff1ecf795ebe8c620a9469e3b9d7290241a (diff)
*Merge
--HG-- branch : trunk
Diffstat (limited to 'src/game/Spell.cpp')
-rw-r--r--src/game/Spell.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp
index 34f52daa974..294d016e33d 100644
--- a/src/game/Spell.cpp
+++ b/src/game/Spell.cpp
@@ -3381,7 +3381,7 @@ void Spell::TakeRunePower()
}
// you can gain some runic power when use runes
- float rp = src->runePowerGain;;
+ float rp = src->runePowerGain;
rp *= sWorld.getRate(RATE_POWER_RUNICPOWER_INCOME);
plr->ModifyPower(POWER_RUNIC_POWER, (int32)rp);
}