*Use macro GOLD in spell 46642.

--HG--
branch : trunk
This commit is contained in:
Anubisss
2009-06-21 23:08:02 +02:00
parent 26b7e344db
commit 67e85144ef

View File

@@ -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;
}