soul4soul
Intermediate OT User
well its not really a bug but just an incorrect description in items.xml
needs to be changed to
Code:
<item id="7591" article="a" name="great health potion">
<attribute key="weight" value="220"/>
<attribute key="description" value="It can only be wielded properly by knights of level 80 or higher."/>
</item>
needs to be changed to
Code:
<item id="7591" article="a" name="great health potion">
<attribute key="weight" value="220"/>
<attribute key="description" value="This potion can only be consumed by knights of level 80 or higher."/>
</item>