diff --git a/SQF/dayz_code/actions/show_dialog.sqf b/SQF/dayz_code/actions/show_dialog.sqf index 1c5ed5351..91fc1f344 100644 --- a/SQF/dayz_code/actions/show_dialog.sqf +++ b/SQF/dayz_code/actions/show_dialog.sqf @@ -11,7 +11,7 @@ lbClear TraderDialogCatList; lbClear TraderDialogItemList; TraderCurrentCatIndex = -1; -TraderItemList = -1; +TraderItemList = []; TraderCatList = []; { @@ -21,4 +21,4 @@ TraderCatList = []; } count _trader_data; waitUntil { !dialog }; TraderCurrentCatIndex = -1; -TraderCatList = -1; \ No newline at end of file +TraderCatList = [];