<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://addonstudio.org/mw1/index.php?action=history&amp;feed=atom&amp;title=WoW%3AAPI_ConfirmLootRoll</id>
	<title>WoW:API ConfirmLootRoll - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://addonstudio.org/mw1/index.php?action=history&amp;feed=atom&amp;title=WoW%3AAPI_ConfirmLootRoll"/>
	<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_ConfirmLootRoll&amp;action=history"/>
	<updated>2026-06-01T19:17:27Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://addonstudio.org/mw1/index.php?title=WoW:API_ConfirmLootRoll&amp;diff=19628&amp;oldid=prev</id>
		<title>Move page script: Move page script moved page API ConfirmLootRoll to WoW:API ConfirmLootRoll without leaving a redirect</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_ConfirmLootRoll&amp;diff=19628&amp;oldid=prev"/>
		<updated>2023-08-15T04:45:22Z</updated>

		<summary type="html">&lt;p&gt;Move page script moved page &lt;a href=&quot;/wiki/WoW:API_ConfirmLootRoll&quot; title=&quot;WoW:API ConfirmLootRoll&quot;&gt;API ConfirmLootRoll&lt;/a&gt; to &lt;a href=&quot;/wiki/WoW:API_ConfirmLootRoll&quot; title=&quot;WoW:API ConfirmLootRoll&quot;&gt;API ConfirmLootRoll&lt;/a&gt; without leaving a redirect&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 04:45, 15 August 2023&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Move page script</name></author>
	</entry>
	<entry>
		<id>https://addonstudio.org/mw1/index.php?title=WoW:API_ConfirmLootRoll&amp;diff=19627&amp;oldid=prev</id>
		<title>WoWWiki&gt;Meredy: New article written</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_ConfirmLootRoll&amp;diff=19627&amp;oldid=prev"/>
		<updated>2010-03-07T02:28:20Z</updated>

		<summary type="html">&lt;p&gt;New article written&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{wowapi}} __NOTOC__&lt;br /&gt;
&amp;lt;!-- Describe the purpose of the function, exhausting detail can be saved for a later section --&amp;gt;&lt;br /&gt;
Confirm your loot roll after one of the events [[Events/Loot|&amp;quot;CONFIRM_LOOT_ROLL&amp;quot;]] or [[Events/Loot|&amp;quot;CONFIRM_DISENCHANT_ROLL&amp;quot;]] has fired.&lt;br /&gt;
&amp;lt;!-- List return values and arguments as well as function name, follow Blizzard usage convention for args --&amp;gt;&lt;br /&gt;
 ConfirmLootRoll(RollID[ ,roll])&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Arguments ==&lt;br /&gt;
&amp;lt;!-- List each argument, together with its type --&amp;gt;&lt;br /&gt;
;RollID : Number - As passed by the event. (The number increases with every roll you have in a party)&lt;br /&gt;
;roll : Number - Type of roll: (also passed by the event)&lt;br /&gt;
::1 : Need roll&lt;br /&gt;
::2 : Greed roll&lt;br /&gt;
::3 : Disenchant roll&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;!-- If it helps, include an example here, though it&amp;#039;s not required if the usage is self-explanatory --&amp;gt;&lt;br /&gt;
 local f = CreateFrame(&amp;quot;Frame&amp;quot;, &amp;quot;MyAddon&amp;quot;)&lt;br /&gt;
 f:RegisterEvent(&amp;quot;CONFIRM_LOOT_ROLL&amp;quot;)&lt;br /&gt;
 f:SetScript(&amp;quot;OnEvent&amp;quot;,function(self,event,...)&lt;br /&gt;
   if event == &amp;quot;CONFIRM_LOOT_ROLL&amp;quot; then&lt;br /&gt;
     local RollID = select(1, ...)&lt;br /&gt;
     local roll = select(2, ...)&lt;br /&gt;
     ConfirmLootRoll( RollID, roll )&lt;br /&gt;
   end   &lt;br /&gt;
 end)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&amp;#039;&amp;#039;&amp;#039;Result&amp;#039;&amp;#039;&amp;#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;!-- If it helps, include example results here, though they are not required. You&amp;#039;re allowed to cheat liberally since WoW isn&amp;#039;t a command line language. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Every Need or Greed roll will automatically get confirmed.&lt;/div&gt;</summary>
		<author><name>WoWWiki&gt;Meredy</name></author>
	</entry>
</feed>