mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
8 lines
148 B
Text
8 lines
148 B
Text
void script_2379(int arg0,int arg1,int arg2,int arg3) {
|
|
if (arg0 != 1) {
|
|
return;
|
|
}
|
|
bitconfig_6099 = arg3;
|
|
script_2380(arg1, arg2);
|
|
return;
|
|
}
|