mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
17 lines
253 B
Text
17 lines
253 B
Text
int script_935(int arg0) {
|
|
switch (getItemHashmapData(arg0, 762)) {
|
|
case 1:
|
|
if (standart_config_322 < 10) {
|
|
return 0;
|
|
}
|
|
break;
|
|
case 2:
|
|
if (bitconfig_4310 < 10) {
|
|
return 0;
|
|
}
|
|
break;
|
|
default:
|
|
return 1;
|
|
}
|
|
return -1;
|
|
}
|