<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
	<channel>
		<title>P3lim's Medieval Addon Factory - Bug Comments (wowinterface.com)</title>
		<link>http://www.wowinterface.com</link>
		<description>World of Warcraft Interfaces, Skins, Addons, Mods community.</description>
		<language>en</language>
		<generator>WoWInterface</generator>
		<ttl>30</ttl>
		<copyright>Copyright 2006, WoWInterface</copyright>
		<image>
			<url>http://s.wowinterface.com/images/style_mmoi_wowi2/misc/rss.jpg</url>
			<title>WoWInterface</title>
			<link>http://www.wowinterface.com</link>
		</image>
		<webMaster>no-reply@WoWInterface</webMaster>
				<item>
			<title>XP bar shown for temporary quest vehicle - Found this bug while...</title>
			<link>http://www.wowinterface.com/portal.php?id=352&amp;a=viewbug&amp;bugid=6130#cmnt_8772</link>
			<description><![CDATA[Found this bug while questing on my Shaman, should be fixed in the next version :)

(Interface: oUF Experience | Bug: XP bar shown for temporary quest vehicle)]]></description>
			<author>p3lim</author>
			<guid>http://www.wowinterface.com/portal.php?id=352&amp;a=viewbug&amp;bugid=6130#cmnt_8772</guid>
			<pubDate>Wed, 07 Oct 2009 15:51:21 +0000</pubDate>
		</item>		<item>
			<title>XP bar shown for temporary quest vehicle - I will take a look at...</title>
			<link>http://www.wowinterface.com/portal.php?id=352&amp;a=viewbug&amp;bugid=6130#cmnt_8697</link>
			<description><![CDATA[I will take a look at this, thanks for reporting.

(Interface: oUF Experience | Bug: XP bar shown for temporary quest vehicle)]]></description>
			<author>p3lim</author>
			<guid>http://www.wowinterface.com/portal.php?id=352&amp;a=viewbug&amp;bugid=6130#cmnt_8697</guid>
			<pubDate>Fri, 11 Sep 2009 12:19:08 +0000</pubDate>
		</item>		<item>
			<title>doesnt take runestrike into account - Ill do a search for more...</title>
			<link>http://www.wowinterface.com/portal.php?id=352&amp;a=viewbug&amp;bugid=5880#cmnt_8465</link>
			<description><![CDATA[Ill do a search for more possible spells that resets the swing timer in such a way and implement a fix for it.

(Interface: oUF Swing | Bug: doesnt take runestrike into account)]]></description>
			<author>p3lim</author>
			<guid>http://www.wowinterface.com/portal.php?id=352&amp;a=viewbug&amp;bugid=5880#cmnt_8465</guid>
			<pubDate>Fri, 03 Jul 2009 17:57:20 +0000</pubDate>
		</item>		<item>
			<title>doesnt take runestrike into account - alright fixed it to not...</title>
			<link>http://www.wowinterface.com/portal.php?id=352&amp;a=viewbug&amp;bugid=5880#cmnt_8397</link>
			<description><![CDATA[alright fixed it to not reset when enabeling runestrike but jsut reset when it actually hits

local function Melee(self, _, _, event, GUID,_,_,_,_,_,spellid,_,_,amount)
	if(UnitGUID(self.unit) ~= GUID) then return end
	if((not string.find(event, 'SWING')) and not(spellid  56815 and amount)) then return end

(Interface: oUF Swing | Bug: doesnt take runestrike into account)]]></description>
			<author>yssaril</author>
			<guid>http://www.wowinterface.com/portal.php?id=352&amp;a=viewbug&amp;bugid=5880#cmnt_8397</guid>
			<pubDate>Tue, 09 Jun 2009 02:55:26 +0000</pubDate>
		</item>		<item>
			<title>doesnt take runestrike into account - was tanking yesterday...</title>
			<link>http://www.wowinterface.com/portal.php?id=352&amp;a=viewbug&amp;bugid=5880#cmnt_8395</link>
			<description><![CDATA[was tanking yesterday and the swingtimer freaked out on me (i think it reset when i activated runestrike and when it actually went of gonna try to look into it some more tonight)

(Interface: oUF Swing | Bug: doesnt take runestrike into account)]]></description>
			<author>yssaril</author>
			<guid>http://www.wowinterface.com/portal.php?id=352&amp;a=viewbug&amp;bugid=5880#cmnt_8395</guid>
			<pubDate>Mon, 08 Jun 2009 11:51:56 +0000</pubDate>
		</item>		<item>
			<title>doesnt take runestrike into account - link to the actual...</title>
			<link>http://www.wowinterface.com/portal.php?id=352&amp;a=viewbug&amp;bugid=5880#cmnt_8378</link>
			<description><![CDATA[link to the actual ability http://www.wowhead.com/?spell=56815

(Interface: oUF Swing | Bug: doesnt take runestrike into account)]]></description>
			<author>yssaril</author>
			<guid>http://www.wowinterface.com/portal.php?id=352&amp;a=viewbug&amp;bugid=5880#cmnt_8378</guid>
			<pubDate>Sat, 06 Jun 2009 00:31:13 +0000</pubDate>
		</item>		<item>
			<title>doesnt take runestrike into account - Rune Strike replaces the...</title>
			<link>http://www.wowinterface.com/portal.php?id=352&amp;a=viewbug&amp;bugid=5880#cmnt_8377</link>
			<description><![CDATA[Rune Strike replaces the next melee swing so it happens instead of the SWING event

as such yes it resets the swing timer at the end of the last timer

(Interface: oUF Swing | Bug: doesnt take runestrike into account)]]></description>
			<author>yssaril</author>
			<guid>http://www.wowinterface.com/portal.php?id=352&amp;a=viewbug&amp;bugid=5880#cmnt_8377</guid>
			<pubDate>Sat, 06 Jun 2009 00:30:56 +0000</pubDate>
		</item>		<item>
			<title>doesnt take runestrike into account - Does Rune Strike reset...</title>
			<link>http://www.wowinterface.com/portal.php?id=352&amp;a=viewbug&amp;bugid=5880#cmnt_8374</link>
			<description><![CDATA[Does Rune Strike reset the swing timer?

(Interface: oUF Swing | Bug: doesnt take runestrike into account)]]></description>
			<author>p3lim</author>
			<guid>http://www.wowinterface.com/portal.php?id=352&amp;a=viewbug&amp;bugid=5880#cmnt_8374</guid>
			<pubDate>Fri, 05 Jun 2009 12:53:50 +0000</pubDate>
		</item>
	</channel>
</rss>