WoW:API TakeInboxMoney: Difference between revisions

m
Move page script moved page API TakeInboxMoney to WoW:API TakeInboxMoney without leaving a redirect
No edit summary
m (Move page script moved page API TakeInboxMoney to WoW:API TakeInboxMoney without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 23: Line 23:
<!-- If it helps, include an example here, though it's not required if the usage is self-explanatory -->
<!-- If it helps, include an example here, though it's not required if the usage is self-explanatory -->
  for i=GetInboxNumItems(), 1, -1 do  
  for i=GetInboxNumItems(), 1, -1 do  
   TakeInboxMoney(i);  
   TakeInboxMoney(i); -- BUG IN CHINA GAME. if number > 1, takeInboxMoney(N) = InboxMoney(1);
  end;
  end;
Anonymous user