Everything was working fine for me until I update Svn: Now I cannot load the bounty profile anymore and I get this msg from DB
Failed to load profile: Element ActBountiesComplete is not supported. Please check your XML and try again. (<ActBountiesComplete act="A1">
<!-- Make sure we are in New Tristram -->
<If condition="Me.IsInTown==False">
<UseTownPortal questId="1" />
</If>
<If condition="not CurrentWorldId == 332336">
<!--Act 2 WP-->
<If condition="CurrentWorldId == 161472">
<UseWaypoint questId="1" stepId="1" actorId="6442" x="324.8699" y="291.0312" z="1.645629" waypointNumber="0" />
</If>
<!--Act 3/4 WP-->
<If condition="CurrentWorldId == 172909">
<UseWaypoint questId="1" stepId="1" actorId="6442" x="402.5403" y="414.342" z="1.5338" waypointNumber="0" />
</If>
<!--Act 5 WP-->
<If condition="CurrentWorldId == 304235">
<UseWaypoint questId="1" stepId="1" actorId="6442" x="557.5455" y="525.3394" z="2.796465" waypointNumber="0" />
</If>
</If>
<MoveToActor questId="312429" stepId="2" actorId="114622" />
</ActBountiesComplete>) Line 81
System.Exception: Element ActBountiesComplete is not supported. Please check your XML and try again. (<ActBountiesComplete act="A1">
<!-- Make sure we are in New Tristram -->
<If condition="Me.IsInTown==False">
<UseTownPortal questId="1" />
</If>
<If condition="not CurrentWorldId == 332336">
<!--Act 2 WP-->
<If condition="CurrentWorldId == 161472">
<UseWaypoint questId="1" stepId="1" actorId="6442" x="324.8699" y="291.0312" z="1.645629" waypointNumber="0" />
</If>
<!--Act 3/4 WP-->
<If condition="CurrentWorldId == 172909">
<UseWaypoint questId="1" stepId="1" actorId="6442" x="402.5403" y="414.342" z="1.5338" waypointNumber="0" />
</If>
<!--Act 5 WP-->
<If condition="CurrentWorldId == 304235">
<UseWaypoint questId="1" stepId="1" actorId="6442" x="557.5455" y="525.3394" z="2.796465" waypointNumber="0" />
</If>
</If>
<MoveToActor questId="312429" stepId="2" actorId="114622" />
</ActBountiesComplete>) Line 81
at ..(PropertyInfo , XElement , Object )
at Zeta.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at ..(PropertyInfo , XElement , Object )
at Zeta.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at ..(XElement , Type )
at ...(XElement )
at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at ..(XElement , PropertyInfo )
at ..(PropertyInfo , XElement , Object )
at Zeta.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at Zeta.Bot.Profile.Profile.Load(XElement element, String path)
at Zeta.Bot.Profile.Profile.Load(String path)
at Zeta.Bot.ProfileManager.Load(String profilePath, Boolean rememberPath)
Any ideas why?