GetRestrictedAccountData

From Warcraft Wiki
Jump to navigation Jump to search

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

Shadowlands Patch 9.0.1 (2020-10-13): Changed the gold cap to 1000 gold, up from 10.
Cataclysm Patch 4.2.0 (2011-06-28): Added.