Did some static analysis, fixed some bugs and optimized a lot of code
This commit is contained in:
@@ -196,9 +196,6 @@ bool cItem::IsEnchantable(short item)
|
||||
return true;
|
||||
if ((item >= 298) && (item <= 317))
|
||||
return true;
|
||||
if ((item >= 290) && (item <= 294))
|
||||
return true;
|
||||
|
||||
if ((item == 346) || (item == 359) || (item == 261))
|
||||
return true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user