From 67e85144efe3bc18bd9f3370c8add075f5af40c9 Mon Sep 17 00:00:00 2001 From: Anubisss Date: Sun, 21 Jun 2009 23:08:02 +0200 Subject: *Use macro GOLD in spell 46642. --HG-- branch : trunk --- src/game/SpellEffects.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/SpellEffects.cpp') 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; } -- cgit v1.2.3