WoW:API ResetInstances: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Filled in description of the call. Does not need a confirmation dialog contrary to the insinuation of the api listing page's description)
 
(You can only reset an instance 5 times within an hour. = You can only reset an instance 10 times within an hour.)
Line 10: Line 10:


      
      
Note: You can only reset an instance 5 times within an hour. When you reach the limit, resetting instances does no longer work and entering an instance portal of a previously visited instance will not spawn a new one.
Note: You can only reset an instance 10 times within an hour. When you reach the limit, resetting instances does no longer work and entering an instance portal of a previously visited instance will not spawn a new one.

Revision as of 13:53, 2 November 2014

WoW API < ResetInstances

Resets all instances the currently playing character is associated with.

   ResetInstances();

Returns

   nil


Note: You can only reset an instance 10 times within an hour. When you reach the limit, resetting instances does no longer work and entering an instance portal of a previously visited instance will not spawn a new one.