fix item notifications for mags on GC

This commit is contained in:
Martin Michelsen
2024-07-04 16:24:36 -07:00
parent 774f9649da
commit dc2e73d198
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -1984,7 +1984,7 @@ static void on_box_or_enemy_item_drop_t(shared_ptr<Client> c, uint8_t command, u
send_command_t(lc, command, flag, cmd);
}
}
send_item_notification_if_needed(s, lc->channel, lc->config, cmd.item.item, true);
send_item_notification_if_needed(s, lc->channel, lc->config, item, true);
}
}