Updated Perl Client AddAAPoints (markdown)

Logan
2018-01-14 18:53:20 -08:00
parent d7df238244
commit f89aa91785
+6 -5
@@ -1,11 +1,12 @@
adds a client aa points.
adds a client a a points.
### Arguments
**Name**|**Type**|**Description**
:---|:---|:---
number|int|### Example
number||
### Example
```perl
my number = 1;
quest::say($client->AddAAPoints(number));
my $number = 1;
$client->AddAAPoints($number); # Returns void
```