diff options
author | Anubisss <none@none> | 2009-06-21 23:08:02 +0200 |
---|---|---|
committer | Anubisss <none@none> | 2009-06-21 23:08:02 +0200 |
commit | 67e85144efe3bc18bd9f3370c8add075f5af40c9 (patch) | |
tree | 8518d1f3353c5cbab3c50f4a753303aac4bef61e /src | |
parent | 26b7e344dbefc9dc6123590817a6d7b10cc845a2 (diff) |
*Use macro GOLD in spell 46642.
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/SpellEffects.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 01e7ec07c05..6d1c986d7b2 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -4925,7 +4925,7 @@ void Spell::EffectScriptEffect(uint32 effIndex) if(!unitTarget || unitTarget->GetTypeId() != TYPEID_PLAYER) return; - ((Player*)unitTarget)->ModifyMoney(50000000); + ((Player*)unitTarget)->ModifyMoney(5000 * GOLD); break; } |