<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
 <channel>
  <atom:link href="https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=5015" rel="self" type="application/rss+xml" />
  <title>SmaugMuds - Topic: do_advance</title>
  <link>https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=5015</link>
  <description>The largest Smaug community resource site. - </description>
  <language>en</language>
  <generator>SmaugMuds</generator>
  <ttl>60</ttl>
  <item>
   <title>do_advance</title>
   <link>https://smaugmuds.afkmods.com/topic/doadvance-5015/&amp;p=24410#p24410</link>
   <description>[quote=Remcon]act_wiz.c in function do_advance around line 2949 find [url=https://gdfree.io/]gd[/url] [code] for( sn = 0; sn &amp;lt;= MAX_SKILL; sn++ ) [/code] change that to [code] for( sn = 0; sn &amp;lt; MAX_SKILL; sn++ ) [/code] [/quote] Using &amp;lt; MAX_SKILL instead of &amp;lt;= MAX_SKILL should prevent the loop from running one extra iteration when sn reaches the maximum value. Has this change already been tested in all cases, especially when sn is exactly equal to MAX_SKILL?</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/doadvance-5015/&amp;p=24410#p24410</guid>
   <pubDate>Tue, 18 Aug 2026 02:23:37 CDT</pubDate>
   <category>LoP Codebase</category>
   <author>nobody@example.com (physicalcamp)</author>
  </item>
  <item>
   <title>do_advance</title>
   <link>https://smaugmuds.afkmods.com/topic/doadvance-5015/&amp;p=24403#p24403</link>
   <description>act_wiz.c in function do_advance around line 2949 find [code] for( sn = 0; sn &amp;lt;= MAX_SKILL; sn++ ) [/code] change that to [code] for( sn = 0; sn &amp;lt; MAX_SKILL; sn++ ) [/code] </description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/doadvance-5015/&amp;p=24403#p24403</guid>
   <pubDate>Sat, 27 Jun 2026 10:32:48 CDT</pubDate>
   <category>LoP Codebase</category>
   <author>nobody@example.com (Remcon)</author>
  </item>
 </channel>
</rss>
