GetRestrictedAccountData

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Patch
Added in 4.2.0 / 1.13.2

Returns the cap on trial character level, money and profession skill.

rLevel, rMoney, profCap = GetRestrictedAccountData()

Returns

rLevel
number - character level cap, currently 20
rMoney
number - max amount of money in copper, currently 10000000
profCap
number - profession level cap, currently 0

Details

Patch changes