채광
/run local a=C_CurrencyInfo.GetCurrencyInfo(3065) print("You've earned ".. a.quantity .. " out of ".. a.maxQuantity .. " herbalism catch-up knowledge")
채집
/run local a=C_CurrencyInfo.GetCurrencyInfo(3061) print("You've earned ".. a.quantity .. " out of ".. a.maxQuantity .. " herbalism catch-up knowledge")



전 확장팩에서 쓰던 지식포인트 확인용 매크로인데
현 확장팩에서 사용하려면 어떻게 수정해야 할까요