Created Perl Client AddAlternateCurrencyValue (markdown)

Logan
2018-01-14 18:39:13 -08:00
parent 0b146e18ec
commit b7138712e2
+13
@@ -0,0 +1,13 @@
adds a client alternate currency value.
### Arguments
**Name**|**Type**|**Description**
:---|:---|:---
currency_id|uint32|
amount|int32|
### Example
```perl
my currency_id = 1;
my amount = 1;
quest::say($client->AddAlternateCurrencyValue(currency_id, amount));
```