Fix NPC 2010001 (#335)
This commit is contained in:
@@ -64,8 +64,8 @@ function action(mode, type, selection) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (cm.getPlayer().getGender() == 1) {
|
if (cm.getPlayer().getGender() == 1) {
|
||||||
for(var i = 0; i < fhair.length; i++) {
|
for(var i = 0; i < fhair_v.length; i++) {
|
||||||
pushIfItemExists(hairnew, fhair[i] + parseInt(cm.getPlayer().getHair()
|
pushIfItemExists(hairnew, fhair_v[i] + parseInt(cm.getPlayer().getHair()
|
||||||
% 10));
|
% 10));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user