mirror of
https://bitbucket.org/seefoe/dsrc.git
synced 2026-01-17 00:04:45 -05:00
Fixed RLS rare item attribute
This commit is contained in:
@@ -22,7 +22,7 @@ public class rare_item extends script.base_script {
|
||||
if ((firstFreeIndex >= 0) && (firstFreeIndex < names.length))
|
||||
{
|
||||
names[firstFreeIndex] = "rare_loot_category";
|
||||
attribs[firstFreeIndex] = "\\#ed8d16Rare";
|
||||
attribs[firstFreeIndex] = "\\#ed8d16" + "Rare Item";
|
||||
}
|
||||
}
|
||||
return SCRIPT_CONTINUE;
|
||||
|
||||
Reference in New Issue
Block a user