SoT should not exceed skillcaps: http://www.uodemise.com/forum/showthread.php?t=148630
Corrected Potion keg name:  http://www.uodemise.com/forum/showthread.php?t=147423
This commit is contained in:
xavier 2010-09-06 13:51:26 +00:00
parent 83193125b8
commit 4dbb400ce3
8 changed files with 1266 additions and 622 deletions

View file

@ -95,7 +95,7 @@ namespace Server.Items
get
{
if ( m_Held == 0 )
return 1041641;
return 1041084; // A specially lined keg for potions.
else if( m_Type >= PotionEffect.Conflagration )
return 1072658 + (int) m_Type - (int) PotionEffect.Conflagration;
else