WoW:API CanMerchantRepair: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
({{wowapi}}, format)
(→‎Returns: Fixed to the correct return)
Line 5: Line 5:
==Parameters==
==Parameters==
===Returns===
===Returns===
:;canRepair : Number - Is 1 if the merchant can repair, nil otherwise.
;canRepair : Boolean - Is true if the merchant can repair, false otherwise.

Revision as of 12:59, 1 June 2017

WoW API < CanMerchantRepair

Can the merchant repair items or not.

canRepair = CanMerchantRepair();

Parameters

Returns

canRepair
Boolean - Is true if the merchant can repair, false otherwise.